$.clientCoords = function() {
     var dimensions = {width: 0, height: 0};
     if (document.documentElement) {
         dimensions.width = document.documentElement.offsetWidth;
         dimensions.height = document.documentElement.offsetHeight;
     } else if (window.innerWidth && window.innerHeight) {
         dimensions.width = window.innerWidth;
         dimensions.height = window.innerHeight;
     }
     return dimensions;
}

size = $.clientCoords();


//if ((screen.width>1024) && (screen.height>768)) {
if ((size.width>1024) && (size.height>768)) {
document.write("<div style='position: absolute; top: 150px; right: 10px; width: 160px; height: 600px; border:1px solid #FFFFFF'>");
document.write("<sc"+"ri"+"pt"+" ty"+"pe='te"+"xt/ja"+"vasc"+"ript'>");
document.write("AC_FL_RunContent(");
document.write("'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',");
document.write("'width', '160',");
document.write("'height', '600',");
document.write("'src', 'http://www.all-seasons.ro/banners/news_160_600',");
document.write("'quality', 'high',");
document.write("'pluginspage', 'http://www.adobe.com/go/getflashplayer',");
document.write("'align', 'middle',");
document.write("'play', 'true',");
document.write("'loop', 'false',");
document.write("'scale', 'showall',");
document.write("'wmode', 'window',");
document.write("'devicefont', 'false',");
document.write("'id', 'turismulRomanesc',");
document.write("'bgcolor', '#474747',");
document.write("'name', 'turismulRomanesc',");
document.write("'menu', 'false',");
document.write("'allowFullScreen', 'false',");
document.write("'allowScriptAccess','sameDomain',");
document.write("'movie', 'http://www.all-seasons.ro/banners/news_160_600',");
document.write("'salign', ''");
document.write("); //end AC code");
document.write("</sc"+"ri"+"pt"+">");
document.write("</div>");
}
