<!--
	function openResourceDetailsWindow(LinkLocation){
//		resourceWindow =  window.open(LinkLocation,'_blank','status=yes,toolbar=yes,menubar=no,location=no,scrollbars=yes,resizable=yes,width=700,height=600,left=50,top=25');
		resourceWindow =  window.open(LinkLocation,'_blank','status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=700,height=600,left=50,top=25');
		resourceWindow.focus();
	}


	function openSelectionWindow(Location,winName){
//		window.open(Location,winName,'status=yes,toolbar=yes,menubar=no,location=no,scrollbars=yes,resizable=yes,width=700,height=600,left=50,top=25');
		var windowName = window.open(Location,winName,'status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=700,height=600,left=50,top=25');
		//windowName.focus();
	}

//-->

