var url="http://www.flyzone.com/base/pro/e1.html";
var width=400;
var height=150;
var boxColor="0022ff";

function writeFrame(){
   document.write(" <iframe id=\"flyzone\" src='"+url+"' width="+width+" height="+height+" style=\"border:2px #"+boxColor+" solid;\"scrolling='no' marginwidth='1' marginheight='1'></iframe>");
}
writeFrame();

