//launch demo
function getDemo() {
var myL = (screen.width - 450) / 2;
var myT = (screen.height - 450) / 2;

var myaleg = window.open('','openDemo','width=450,height=450,top=' + myT + ',left=' + myL + ',scrollbars=no,resizable=no');

myaleg.document.write('<HTML><TITLE>Circuit Detective Demo</TITLE><BODY link="white" Vlink="white" Alink="white" BGCOLOR=\"#003366\"><CENTER>');
myaleg.document.write('<OBJECT CLASSID=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" CODEBASE=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6\,0\,0\,0\" WIDTH=\"400\" HEIGHT=\"400\">');
myaleg.document.write('<PARAM NAME=\"movie\" VALUE=\"circuit.swf\">');
myaleg.document.write('<PARAM NAME=\"quality\" VALUE=\"high\">');
myaleg.document.write('<EMBED SRC=\"ciruit.swf\" QUALITY=\"high\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\" TYPE=\"application/x-shockwave-flash\" WIDTH=\"400\" HEIGHT=\"400\"></EMBED></OBJECT>');

myaleg.document.write('<FONT SIZE=\"2\" FACE=\"Verdana\"><A HREF="javascript:window.close();">Close Window</A></FONT></CENTER></BODY></HTML>');

}


function competition() {
var myL = (screen.width - 550) / 2;
var myT = (screen.height - 395) / 2;

var myaleg = window.open('','openDemo','width=550,height=395,top=' + myT + ',left=' + myL + ',scrollbars=no,resizable=no');

myaleg.document.write('<HTML><TITLE>Circuit Detective Comparison Chart</TITLE><BODY link="white" Vlink="white" Alink="white" BGCOLOR=\"#003366\" marginwidth=\"0\" marginheight=\"0\" leftmargin=\"0\" topmargin=\"0\">');
myaleg.document.write('<IMG SRC=\"images/comparechart.gif\">');
myaleg.document.write('</BODY></HTML>');




}
