var newwindow;
function popuper(url)
{
	newwindow=window.open(url,'name', 'height=362,width=609,scrollbars=no,resizable=no');
	if (window.focus) {
		newwindow.focus()
	}
}