	// code to launch postcard window 	function winP(theURL){	        ver = parseInt(navigator.appVersion.substring(0,1));	        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=490,width=515,resizable=no,scrollbars=yes');	                //workaround for netscape2 bug on mac	                if ((navigator.appName == "Netscape")&&(ver==2))	                {	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=515,resizable=no,scrollbars=yes');	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=515,resizable=no,scrollbars=yes');	                }	                if ((!((navigator.appName == "Netscape")&&(ver==2))) && (!((navigator.appName == "Microsoft Internet Explorer")&&(ver<4)))){	                        setTimeout("if (newWin) newWin.focus();",1000);	                }	}		// code to launch map window 	function winW(theURL){	        ver = parseInt(navigator.appVersion.substring(0,1));	        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=490,width=760,resizable=yes,scrollbars=yes');	                //workaround for netscape2 bug on mac	                if ((navigator.appName == "Netscape")&&(ver==2))	                {	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=500,resizable=no,scrollbars=yes');	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=500,resizable=no,scrollbars=yes');	                }	                if ((!((navigator.appName == "Netscape")&&(ver==2))) && (!((navigator.appName == "Microsoft Internet Explorer")&&(ver<4)))){	                        setTimeout("if (newWin) newWin.focus();",1000);	                }	}		// code to launch wallpaper window 	function winM(theURL){	        ver = parseInt(navigator.appVersion.substring(0,1));	        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=490,width=500,resizable=yes,scrollbars=yes');	                //workaround for netscape2 bug on mac	                if ((navigator.appName == "Netscape")&&(ver==2))	                {	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=500,resizable=no,scrollbars=yes');	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=500,resizable=no,scrollbars=yes');	                }	                if ((!((navigator.appName == "Netscape")&&(ver==2))) && (!((navigator.appName == "Microsoft Internet Explorer")&&(ver<4)))){	                        setTimeout("if (newWin) newWin.focus();",1000);	                }	}	// expert video window	function winVid(theURL){	        ver = parseInt(navigator.appVersion.substring(0,1));	        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=490,width=440,resizable=yes,scrollbars=yes');	                //workaround for netscape2 bug on mac	                if ((navigator.appName == "Netscape")&&(ver==2))	                {	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=440,resizable=no,scrollbars=yes');	                        newWin=window.open(theURL,'winP','menubar=no,toolbar=no,status=yes,height=290,width=440,resizable=no,scrollbars=yes');	                }	                if ((!((navigator.appName == "Netscape")&&(ver==2))) && (!((navigator.appName == "Microsoft Internet Explorer")&&(ver<4)))){	                        setTimeout("if (newWin) newWin.focus();",1000);	                }	}