<!-- Begin

function newWindowPanel() { 

w= 400
h=440

var winl = (screen.width- w)/ 2;
var wint = (screen.height-h) / 2;
  theWindow=window.open('','','height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable');
theWindow.document.write("<HTML><HEAD><TITLE>IDI: Smart Supermarket Shopping</TITLE></HEAD>");
theWindow.document.write('<BODY leftmargin="6" topmargin="0" marginwidth="0" marginheight="0" bgcolor="white" text="black">');
theWindow.document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="2">');


theWindow.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="370" height="400"><param name="movie" value="3_quiz.swf"><param name="quality" value="high"><embed src="3_quiz.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="370" height="400"></embed></object>');

theWindow.document.write('<BR><A HREF="javascript:window.close()">close this window</A></BODY></HTML>');
}
// End -->