


function over()
			{
			document.getElementById("dropdown").style.display="block";
			}
function out()
			{
			document.getElementById("dropdown").style.display="none";
			}
			
function winOpen (thisURL) { 											

window.open(thisURL,"res_win",'width=765,height=575,scrollbars=yes,resizable=yes,menubar=false,location=false,toolbar=false');
}
