// To Set Top placement value
var top = "0px"
var left;
//
// To Set Right side placement value



var offset=((screen.width-1003)/2)-2;
//window.alert(screen.width+"+++++"+offset)

//var minw=offset+1003;

//window.onresize=test;
function test()
{
	/*if(document.body.clientWidth<minw)
	{
		smallLayout.style.right=-1;
		bigLayout.style.right=-1;
	}
	else
	{	
		smallLayout.style.right=offset;
		bigLayout.style.right=offset;
	}*/

}
right = offset+"px"
//smallLayout.style.position="absolute";
//

//swf file locations
left=offset
var smallswf="/community/pagepeel/swf/smalltopl.swf";
var bigswf="/community/pagepeel/swf/bigtopl.swf";

//xml file locations
var closedxmlurl="/community/pagepeel/xml/closed_ad.xml";
var openxmlurl="/community/pagepeel/xml/peelad.xml";


var dropArray=new Array();
dropArray[0]="seldiv";
//
