function GetPopUp(url,theheight,thewidth, scrollbars, thetop){
	if (scrollbars == null)scrollbars=0; 
	SMMWin = window.open(url,'SMMWin','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars='+scrollbars+',resizable=1,width='+thewidth+',height='+theheight+',left='+(1006-thewidth-10)+',top='+thetop+'');
	SMMWin.focus();
}
