// JavaScript Document
var width=screen.width;
var height=screen.height;
if(screen.width==1024)
{

document.write("<embed src='images/intro_new.swf' quality='high'  width='780' height='620' name='images/intro_new.swf' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />")

}
else if(screen.width>=800)
{
document.write("<embed src='images/intro_new.swf' quality='high'  width='780' height='455' name='images/intro_new.swf' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />")


}
