
function OpenSearchPopup( url, targetBank )
{
	CurrentXMLHolder = document.getElementById( targetBank );
	window.open( url ,null,'Width=770px,Height=500px,scrollbars=1,resizable=1');
	return false;
}
