
function popPhotoUploader(formName, fieldName, productID) {
	popupWin=window.open("checkJava.asp?action=load&fieldname="+fieldName+"&formName="+formName+"&productID="+productID+"","AddImage","scrollbars=no,dependent,titlebar=no,alwaysontop=yes,width=300,height=250,left=50,top=50")
}
function popHelp() {
	popupWin=window.open("printingphoto.asp","AddPhotoInstructions","scrollbars=no,dependent,titlebar=no,alwaysontop=yes,width=300,height=250,left=50,top=50")
}


