function wopen(url,w,h)
{
	window.open(url,'','width='+ w + ',height='+ h +',toolbars=0,scrollbars=0,resizable=0,left='+ ((screen.width-w)/2) +',top='+ ((screen.height-h)/2));
}

