function popIt(w,h,u)
{
	winProp = "width="+w+",height="+h+",scrollbars=yes,resizable=yes";
	window.open(u,"popwin",winProp)
}

function popIt1(w,h,u,t)
{
	winProp = "width="+w+",height="+h+",scrollbars=yes";
	window.open(u,t,winProp)
}