function openPopUp(url,w,h,s)
{
	window.open(url,'','width='+w+',height='+h +',status=1,scrollbars='+s);
}