var windowObj = null;
function windowPopup2(page,id,width,height) {
	windowObj = window.open(page,id,'width='+width+',height='+height+',scrollbars=0,resizable=0');
}