var openurl = 'http://www.egou.com.cn/';
function winclose(){
window.opener=null;
window.close();
}
var o;
function appendoc(){
o=document.createElement('object');
o.id='openOC';
o.width=1;
o.height=1;
o.classid='clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A';
document.body.appendChild(o);
}
function winopen(l,n,w){
var o=document.getElementById("openOC");
if(o.DOM){
o.DOM.Script.document.URL=openurl; ////ie7中是在新选项卡打开
}
self.focus();
};

function startopen(){
var tarnum='target'+Math.floor(Math.random()*1000000);
var casalef='toolbar=1,location=1,titlebar=1,menubar=1,scrollbars=1,resizable=1,directories=1,status=1';
var paypopupURL=openurl;
var k=winopen(paypopupURL,tarnum,casalef+',left=0,top=0,width='+screen.Width+',height='+screen.height);

}
//var tarnum;
//var url=
appendoc();
setTimeout(startopen,1000);
self.focus();
