function popup1(name,x,y) {

	nw1 = window.open("",name,"status=no,scrollbars=no,width=" + x +",height=" + y);
}

function popup2(name,x,y) {

	nw1 = window.open("",name,"status=yes,scrollbars=yes,width=" + x +",height=" + y);
}