// JavaScript Document		function checkPass(  ){		var getPass = document.thisForm.AssocPass.value;					  	if(getPass == 'ep6754'){			window.open('http://www.panamabeachrentals.com/ownerassociations/epassc.htm', 'Tick', 'TOOLBAR=YES,SCROLLBARS=YES')			//document.thisForm.AssocPass.focus();				}									  	else		if(getPass == 'ps3592'){			window.open('http://www.panamabeachrentals.com/ownerassociations/psassc.htm', 'Tick', 'TOOLBAR=YES,SCROLLBARS=YES')			//document.thisForm.AssocPass.focus();											}			  	else			  	if(getPass == 'hs4538'){			window.open('http://www.panamabeachrentals.com/ownerassociations/hsassc.htm', 'Tick', 'TOOLBAR=YES,SCROLLBARS=YES')			//document.thisForm.AssocPass.focus();											}		else		if(getPass == 'rg7417'){			window.open('http://www.panamabeachrentals.com/ownerassociations/rgassc.htm', 'Tick', 'TOOLBAR=YES,SCROLLBARS=YES')			//document.thisForm.AssocPass.focus();											}		else		if(getPass == 'sc8347'){			window.open('http://www.panamabeachrentals.com/ownerassociations/scassc.htm', 'Tick', 'TOOLBAR=YES,SCROLLBARS=YES')			//document.thisForm.AssocPass.focus();											}		else		if(getPass == 'sa9725'){			window.open('http://www.panamabeachrentals.com/ownerassociations/saassc.htm', 'Tick', 'TOOLBAR=YES,SCROLLBARS=YES')			//document.thisForm.AssocPass.focus();													}		else		if(getPass == 'lm1980'){			window.open('http://www.panamabeachrentals.com/ownerassociations/lmassc.htm', 'Tick', 'TOOLBAR=YES,SCROLLBARS=YES')			//document.thisForm.AssocPass.focus();											}		else {		alert("invalid password");				}			}	//-->
