<!-- var theImages = new Array();theImages[0] = '<br><img src="grfx/monitor_0.jpg">';theImages[1] = '<br><img src="grfx/monitor_1.jpg">';theImages[2] = '<br><img src="grfx/monitor_2.jpg">';theImages[3] = '<br><img src="grfx/monitor_3.jpg">';theImages[4] = '<br><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=\'240\' HEIGHT=\'250\' id=\'monitor\'><PARAM NAME=\'movie\' VALUE=\'grfx/monitor.swf\'><PARAM NAME=\'quality\' VALUE=high><PARAM NAME=\'bgcolor\' VALUE=#FFFFFF><PARAM NAME=\'menu\' VALUE=\'false\'><PARAM NAME=\'loop\' VALUE=\'false\'><EMBED src=\'grfx/monitor.swf\' quality=high bgcolor=#FFFFFF menu=false loop=false WIDTH=\'240\' HEIGHT=\'250\'  NAME=\'monitor\' TYPE=\'application/x-shockwave-flash\' PLUGINSPAGE=\'http://www.macromedia.com/go/getflashplayer\'></EMBED></OBJECT>';theImages[5] = '<br><img src="grfx/monitor_5.jpg">';theImages[6] = '<br><img src="grfx/monitor_6.jpg">';theImages[7] = '<br><img src="grfx/monitor_7.jpg">';theImages[8] = '<br><img src="grfx/monitor_8.jpg">';theImages[9] = '<br><img src="grfx/monitor_9.jpg">';theImages[10] = '<br><img src="grfx/monitor_10.jpg">';theImages[11] = '<br><img src="grfx/monitor_11.jpg">';// do not edit anything below this linevar j = 0;var p = theImages.length;var whichImage = Math.round(Math.random()*(p-1));function showImage(){	document.write(theImages[whichImage]);}function showlink() {	document.write('answer_'+theImages[whichImage]+'.html');}function showpop() {	document.write('<a href="Incs/monitor_'+whichImage+'.html"  onclick="window.open(\'Incs/monitor_'+whichImage+'.html\',\'answer\',\'height=200,width=300,left=400,top=300,resizable=yes,scrollbars=no,toolbar=no,status=no\');return false;">Click here for answer.</a>');} // -->