//to print kit
function printThis(){
	window.print();
	window.close();
}

//stops click here to activate flash problem
function flashFile()
{
document.write('<object type="application/x-shockwave-flash" data="flash/kitmeout.swf" width="740" height="520">\n');
document.write('<param name="movie" value="flash/kitmeout.swf" />\n'); 
document.write('</object>\n');
}
