// JavaScript Document
function OpenWin()
{
tmp_height= screen.height;
tmp_width = screen.width;

var win_prop = "height="+tmp_height+",width="+tmp_width+",channelmode=0,dependent=0, directories=1, fullscreen=no,location=0,menubar=0,resizable=1,scrollbars=1,status=1,toolbar=0";
var w = window.open("http://www.findrv.com/mgmt_rental_dealer/find_rental_search.php?dealer_type=13&dealer_id=8&ref=http://<=$HTTP_HOST.$SCRIPT_NAME?>","_blank","");
}