<!--
function openWindow(URL, width, height)
{
	var w = window.open(URL,"sharkrackwindow","width="+width+",height="+height+",directories=0,menubar=0,status=0,toolbar=0");
	w.location = URL;
	w.focus();
}
// -->