
function winOP(url,w,h) {
	window.open(url,"","width="+w+",height="+h+",top=250,left=250")
}

function winOP1(url,w,h) {
	window.open(url,"","width="+w+",height="+h+",top=250,left=250,scrollbars=yes")
}
