var ns4 = (document.layers)? true:false;
var ie4 = (document.all)? true:false;
os=(navigator.appVersion.indexOf("Mac") != -1)?"Macintosh":"";

function place() {
		P7_Snap('tdd','superContainer',0,0);
}

if (ie4 && os!="Macintosh" && !ns4){
	document.write("<style type=text/css>\n#divContainer{position:absolute; width:160px; height:145px; overflow:hidden; top:0px; left:0px; clip:rect(0px,160px,150px,0px); visibility:hidden}\n</style>\n");
} else if (ns4){
	document.write("<style type=text/css>\n#divContainer{position:relative; width:160; height:145; overflow:hidden; top:0; left:0; clip:rect(0,160,145,0); visibility:hidden}\n</style>\n");
}
else {
	document.write("<style type=text/css>\n#divContainer{position:relative; width:160; height:145; overflow:hidden; top:0; left:0; clip:rect(0,160,145,0); visibility:hidden}\n</style>\n");
}