<!--
function new_window(URL, clip)
{
var new_window = "width=194,height=150,left=" + (screen.width - 324) + ",top=25";
OpenWindow = window.open(URL + "?clip=" + clip, "remote", new_window);
}
--> 
