function MM_goToURL() { //v1.2
for (var i=0; i<(MM_goToURL.arguments.length - 1); i+=2)
	//with arg pairs
eval(MM_goToURL.arguments[i]+".location='"
	+MM_goToURL.arguments[i+1]+"'");
document.MM_returnValue = false;
}

var dText = ''
dText += '<form name=\"property_jump\" method=\"post\" onsubmit=\"this.url.value=this.proplocal.value+this.prop.value;MM_goToURL(\'parent\',this.url.value);return document.MM_returnValue\">'
	dText += '<font size=\"2\" face=\"verdana\"><b>Jump '
		dText += 'to vacation property!</b> <br>Enter in location '
		dText += '<select name=\"proplocal\">'
			dText += '<option value=\"/property/\" selected>Longboat Keys</option>'
			dText += '<option value=\"/property/\">Siesta Keys</option>'
			dText += '<option value=\"/property/\">Naples</option>'
			dText += '<option value=\"/property/\">Anna Maria</option>'
			dText += '<option value=\"/property/\">Sanibel</option>'
			dText += '<option value=\"/property/\">Destin</option>'
			dText += '<option value=\"/property/\">Holmes Beach</option>'
			dText += '<option value=\"/property/\">Sarasota</option>'
			dText += '<option value=\"/property/\">Lido Key</option>'
			dText += '<option value=\"/property/\">Rosemary Beach</option>'	
		dText += '</select>'
		dText += ' and the property # ' 
		dText += '<input name=\"prop\" type=\"text\" size=\"5\" maxlength=\"5\"> <a name=\"prop_jump\"></a>'
		dText += '<input type=\"hidden\" name=\"url\">'
		dText += '<input type=\"submit\" name=\"Submit\" value=\"Submit\">'
	dText += '</font>'
dText += '</form>'
document.write(dText) 

/********************************* Code to disable Right-Click *******************************************/
	    	    
	    var message="";
	    
	    function clickIE()
	
	    {if (document.all)
	    {(message);return false;}}
	
	    function clickNS(e) {
	    if
	    (document.layers||(document.getElementById&&!document.all))
	    {
	    if (e.which==2||e.which==3) {(message);return false;}}}
	    if (document.layers)
	    {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
	    else
	    {document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
	
	    document.oncontextmenu=new Function("return false")	    
	    
/********************************* END Code to disable Right-Click *******************************************/