<!--
//-- This function opens the new, empty window.
//   Call this script usung this format:
//   <a href="javascript:newRotoFastWindow('index.htm')">

function newRotoFastWindow() {
	winStats='toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,width=489,height=115';
	adWindow=window.open(newRotoFastWindow.arguments[0],"",winStats);
	adWindow.focus();
}
//-->
