// JavaScript Document
function popUp(gotoimage) {
	window.open(gotoimage, 'poppage','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=300');
}
function popUpHelp(URL) {
	window.open(URL,'poppage','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=310,height=200');
}
