<!--
function WindowOpenUp(sURL){
	window.open(sURL,null,'height=560,width=820,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
}

function PhotoOpenUp(sURL){
	window.open(sURL,null,'height=575,width=760,status=no,toolbar=np,menubar=np,location=no,resizable=no,scrollbars=no',false);
}

function SpecialOpenUp(sURL){
	window.open(sURL,null,'height=280,width=320,status=no,toolbar=no,menubar=np,location=no,resizable=no,scrollbars=no',false);
}

function stroudsburgwindow(){
	openformwindow = window.open('stroudsburg.htm','newWin','toolbar=no,scrollbars=no,width=397,height=401');
}	

function formwindow(){
	openformwindow = window.open('poconobranch.htm','newWin','toolbar=yes,scrollbars=yes,width=800, height=600');
}

function wilkesbarrewindow(){
	openformwindow = window.open('wilkesbarre.htm','newWin','toolbar=no,scrollbars=no,width=397,height=401');
}

function help(sURL){
	window.open(sURL,null,'height=280,width=370,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no',false);
}
	
function CountyOpenUp(sURL){
	window.open(sURL,null,'height=250,width=670,status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes',false);
}


function CountyWideOpenUp(sURL){
	window.open(sURL,null,'height=250,width=670,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no',false);
}

function CountyExtraWideOpenUp(sURL){
	window.open(sURL,null,'height=250,width=670,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no',false);
}

function Rental(sURL){
	window.open(sURL,null,'height=720,width=550,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no',false);
}

//-->
