﻿if (window.screen.width<=1024 && window.screen.height<=768){
document.write("<div id='flashcontent'  align='center'>");
var fo = new FlashObject("function.swf", "flashcontent", "1000", "600", "7", "");
fo.addParam("wmode", "transparent"); 
fo.addVariable("goto",getCookie());
fo.write("flashcontent");
document.write("</div>");
}
else {
document.write("<table height='670' align='center'><tr height='70'></tr><tr height='600'><td>");
document.write("<div id='flashcontent' align='center' >");
var fo = new FlashObject("function.swf", "flashcontent", "1000", "600", "7", "");
fo.addParam("wmode", "transparent"); 
fo.addVariable("goto",getCookie());
fo.write("flashcontent");
document.write("</div></td></tr></table>");
}