var tempwidth = screen.width;
var tempheight = screen.height;
//alert(tempwidth);
//alert(tempheight);
//tempheight = tempheight - 120; //to allow for browser tool bars
tempwidth = tempwidth - (browsermargin*2); ////width = browsermargin*2
// we need to set the correct size for the flash file so that it does not skew
var sitewidth = 980;
var siteheight = 890;
//if(tempwidth> 980){
scaleval = tempwidth/980;
sitewidth = tempwidth;
siteheight = siteheight*scaleval;
//}
var introwidth = sitewidth;
var introheight = siteheight;
var introwidth ="100%" ; // Width of template
//var introheight = "100%"; // Height of template
var randomnum = Math.round(10000*Math.random());
embedstring = ''
document.write(' \n');
document.write(' \n');