
// POP-UP FUNCTIONS
<!--
function NewWindow2(width,height,url) 
{   
	window.open(url,"PopUp","menubar=0,scrollbars=1,resizable=1,height="+height+",width="+width);
}
// -->
