var newwindow;
function popNewWindow(url)
{
	newwindow=window.open(url,'Registration','height=900,width=730,left=100,top=100,scrollbars=yes, resizable=yes');/*height=600*/
	if (window.focus) {newwindow.focus()}
}