////////////////////////////////////////////////////////////////////////////////
// PEELAWAYADS V2.0 
// FOR SUPPORT VISIT WWW.PEELAWAYADS.COM/SUPPORT
////////////////////////////////////////////////////////////////////////////////
document.write('<style type="text/css">'+'#unlayout4 { top:-1000px; }'); 
////////////////////////////////////////////////////////////////////////////////
//
//            **** HERE ARE ALL THE VARIABLES YOU CAN CONFIGURE **** 
//
// To Set Top placement value
var top = "0px"
//
// To Set Right side placement value
var left = "-1px"
//
// To set small image file
var smallimg ="peel/images/lookhere.jpg"
//
// To set the text scrolling on the smaller flash
var scrolltxtsmall = " "
//
// To set the font size of the text scrolling on the smaller flash
var txtsizesmall = "10"
//
// To set the text color of the text scrolling on the smaller flash
var textcolorsmall = "FFFFFF"
//
// To set bigger image file
var bigimg = "peel/images/big-left2.jpg"
//
// To set URL which will open on click of bigger flash
var urlval = "http://www.adventdigital.net/request-info.asp"
//
// To set whether the URL will open in a new window or same window
var owindow = "self" // to open in a new blank window - blank ; to open in the same window - self
//
// To set the text scrolling on the bigger flash
var scrolltxtbig = " "
//
// To set the font size of the text scrolling on the bigger flash
var txtsizebig = "70"
//
// To set the text color of the text scrolling on the bigger flash
var textcolorbig = "00FF00"
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
if (navigator.appVersion.indexOf('nd') != -1 || navigator.appName.indexOf('ro') != -1) 
	{ 	
	document.write('#cvlayout4 { top:'+top+'; left:'+left+'; } #unlayout4 { left:'+left+'; }'); 
	} 
	else 
	{ 
	document.write('#cvlayout4 { top:-1000px; left:'+left+'; } #unlayout4 { left:'+left+'; }'); 
	}
	document.write('</style>');
function setpos4(param1, param2, param3, param4, param5) 
{ 	
	document.getElementById(param2).style.top = param3; 
	document.getElementById(param4).style.top = param5; 
	if (navigator.appName.indexOf('ro')!= -1) 
	{ 
	window.resizeBy(-1,-1); window.resizeBy(1,1); 
	}
}
function pguncover4(command, args) 
{ 
if (command == 'act_ppo4') 
	{ 
	cvlayout4.style.top = '-1000px'; 
	unlayout4.style.top = top; 
	}
}
function pgcover4(command, args) 
{ 
	if (command == 'act_ppc4') 
	{ 
	unlayout4.style.top = '-1000px'; 
	cvlayout4.style.top = top; 
	}
}
document.write('<div id="cvlayout4" style="position:absolute; width:75px; height:75px; z-index:20001;">'+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="cover4" width="75" height="75">'+'<param name="allowScriptAccess" value="always"><param name="movie" value="smalltopl.swf"><param name="wmode" value="transparent"><param name="FlashVars" value="smallimg='+smallimg+'&scrolltxtsmall='+scrolltxtsmall+'&txtsizesmall='+txtsizesmall+'&textcolor='+textcolorsmall+'">'+'<embed src="smalltopl.swf" id="cover4" name="cover4" wmode="transparent" flashvars="smallimg='+smallimg+'&scrolltxtsmall='+scrolltxtsmall+'&txtsizesmall='+txtsizesmall+'&textcolor='+textcolorsmall+'" width="75" height="75" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'+'</object>'+'</div>'+'<div id="unlayout4" style="position:absolute; height:525px; width:700px; z-index:20000;">'+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="uncover4" width="700" height="525">'+'<param name="allowScriptAccess" value="always"><param name="movie" value="bigtopl.swf"><param name="wmode" value="transparent"><param name="FlashVars" value="bigimg='+bigimg+'&urlval='+urlval+'&window='+owindow+'&scrolltxtbig='+scrolltxtbig+'&txtsizebig='+txtsizebig+'&textcolor='+textcolorbig+'&yaxis=0">'+'<embed src="bigtopl.swf" wmode="transparent" width="700" height="525" flashvars="bigimg='+bigimg+'&urlval='+urlval+'&window='+owindow+'&scrolltxtbig='+scrolltxtbig+'&txtsizebig='+txtsizebig+'&textcolor='+textcolorbig+'&yaxis=0" id="uncover4" name="uncover4" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'+'</object>'+'</div>');
if (navigator.appName && navigator.appName.indexOf('ro') != -1 && navigator.userAgent.indexOf('nd') != -1 && navigator.userAgent.indexOf('3.1') == -1)	{ 
  document.write('<script language="VBScript">\n'+'On Error Resume Next\n'+'Sub cover4_FSCommand(ByVal command, ByVal args)\n'+'Call pguncover4(command, args)\n'+'End Sub\n'+'Sub uncover4_FSCommand(ByVal command, ByVal args)\n'+'Call pgcover4(command, args)\n'+'End Sub\n'+'</script>\n');
}