function popUp(page,PWidth,PHeight,id) {
	eval("designerwiz"+id+"=window.open('"+page+"','designerwiz1','toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=1,width="+PWidth+",height="+PHeight+"')")
}
function popUpForm(page,PWidth,PHeight,id) {
	eval("designerwiz"+id+"=window.open('"+page+"','designerwiz1','toolbar=0,scrollbars=1,location=0,status=0,menubar=1,resizable=1,top=30,left=100,width="+PWidth+",height="+PHeight+"')")
}
function popUpProcessing(page,PWidth,PHeight,id) {
	eval("designerwiz"+id+"=window.open('"+page+"','myWindow','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,top=350,left=200,width="+PWidth+",height="+PHeight+"')")
}
function addClick(ad) {
	sbimage = new Image();
	sbimage.src = "add_click.asp?ad="+ad;
}
