function openDiv(o2o_login, xmlname, size) {
	var bisize = size.split("x");	
	document.write('<style>#o2o_container { display: block; right: 2px; width:'+bisize[0]+'px; height:'+bisize[1]+'px; overflow: hidden; z-index: 15000; position: fixed; bottom:0; background-color: transparent;}</style><!--[if IE]><style>#o2o_container { display: block; right: 2px; width:'+bisize[0]+'px; height:'+bisize[1]+'px; overflow: hidden; z-index: 15000; position: absolute; background-color: transparent; top:expression(eval(document.compatMode && document.compatMode=="CSS1Compat") ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight) ); }</style><![endif]-->');
	document.write('<div id="o2o_container">');
	document.write('<iframe name="o2o_frame" src="http://www.one2one.com/msn/v2.1/msnFrameWo2o.php?login='+o2o_login+'&xmlname='+xmlname+'" width="'+bisize[0]+'" height="'+bisize[1]+'" id="o2o_frame" frameborder="No" allowtransparency="true" scrolling="No" style="background-color: transparent;" marginHeight="0" marginWidth="0"></iframe>');
	document.write('</div>');
	
}

function popupDiv(o2o_login, xmlname, size) {
	var bisize = size.split("x");
	document.write('<style>#o2o_container { display: block; right: 40%; top:30%; width:'+bisize[0]+'px; height:'+bisize[1]+'px; overflow: hidden; z-index: 15000; position: fixed; bottom:0; background-color: transparent; } #o2o_background{ position:absolute; top: 0px; right: 0px;	display:block; width:100%; _width:2000px; height:100%; _height:2000px; background-color:#222222; opacity: 0.3; -moz-opacity: 0.3; filter: alpha(opacity=30); }</style> <!--[if IE]><style>#o2o_container { display: block; right: 40%; top: 30%; width:'+bisize[0]+'px; height:'+bisize[1]+'px; overflow: hidden; z-index: 15000; position: absolute; background-color: transparent;  } #o2o_background{position:absolute; top: 0px; right: 0px; display:block; width:100%; _width:2000px;	height:100%; _height:2000px;	background-color:#222222;	opacity: 0.3;	-moz-opacity: 0.3;	filter: alpha(opacity=30); } </style><![endif]-->');
	document.write('<div id="o2o_container">');
	document.write('<iframe name="o2o_frame" src="http://www.one2one.com/msn/v2.1/msnFrameWo2o.php?login='+o2o_login+'&xmlname='+xmlname+'" width="'+bisize[0]+'" height="'+bisize[1]+'" id="o2o_frame" frameborder="No" allowtransparency="true" scrolling="No" style="background-color: transparent;" marginHeight="0" marginWidth="0"></iframe>');
	document.write('</div>');
}
