

function Optionaltxt(){

//document.formmail.Your_Name.optional=true;
//document.formmail.email.optional=true;
document.formmail.area_code.optional=true;
document.formmail.first_3_digits.optional=true;
document.formmail.last_4_digits.optional=true;
document.formmail.address.optional=true;
document.formmail.city.optional=true;
document.formmail.zip_postal.optional=true;
document.formmail.comments.optional=true;
document.formmail.prov_state.optional=true;



}




function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}










x=screen.width-12
y=screen.height-56

toppos=0
leftpos=0



function OpenMe(url,w,h){
t=(screen.height-h)/2
l=(screen.width-w)/2
NewWin=window.open(url,'poppy','width='+w+',height='+h+',top=0,left='+l+',resizable=yes, scrollbars=yes');
NewWin.focus();
}
