<!--
function popup(docsrc) {

var docwidth = 401, docheight = 410, docleft = ((screen.width/2) - 400), doctop = ((screen.width/2) - 400);
	if (window.win1 && window.win1.open && !window.win1.closed){
		win1.focus();
	}
	else
	{
	win1 = window.open(docsrc, 'CarHireRates', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}


//-->
