
<!--
var popupWin;
function popUpWindow(url, height, width, scrollbar)
{   
	popupWin = window.open(url,'','scrollbars=' + scrollbar + ',menubar=no,height=' + height +',width=' + width + ',resizable=yes,toolbar=no,location=no,status=no,directories=no');
}

//-->