function newAnswerWindow(answerWin) {
	var AnswerWindow;
	AnswerWindow = window.open(answerWin,'answer','toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=yes,resizable=no,width=510,height=310');
	AnswerWindow.focus();
}


function nextPage(strURL) {
	if ( strURL.length ) window.location = strURL;
}

function openindex()
{ 
OpenWindow=window.open("", "newwin", "height=250,width=250,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>My Embedded Video</TITLE>")
OpenWindow.document.write("<BODY BGCOLOR=000000>")
OpenWindow.document.write("<EMBED SRC=4secjoe.avi AUTOSTART=true></EMBED>")
OpenWindow.document.write("</HTML>")
OpenWindow.document.close()
self.name="main"
}
