
function flashVersion()

	{
	big = window.open('main.html', 'main', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+screen.width+', height='+screen.height+'');

	big.resizeTo(screen.width,screen.height);

	big.moveTo(0,0);

	}



var name="login.swf";

var w="100%";

var h="100%";

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + w + '" height="' + h + '">');

document.write('<param name="scale" value="noscale"  />');

document.write('<param name="movie" value="' + name + '">');

document.write('<param name="quality" value="high">');

document.write('<embed src="' + name + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '"></embed></object>');
