
function new_window(the_url,winName,features) {
	var newwindow;
	newwindow=window.open(the_url,winName,features);
}
