<!-- 
function new_window() 
{
// Name the Window, so the remote can target it
self.name = "Parent_Window"; 

var new_window = ",resizable,width=230,height=160,,";
OpenWindow = window.open("carhire.html", "remote", new_window);
}
-->