var ie6=window.navigator.userAgent.indexOf('MSIE 6');
function openWinX(url,name,w,h){
var pop=window.open(url,name,"width=" + w + ",height=" + h + ",toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no");
pop.moveTo((screen.width-w)/2,(screen.height-h)/2);
}
function openWinHome(url,name,w,h){
var pop;
if (window.screen.height>600){w+=100; h+=30;
pop=window.open(url,name,"width=" + w + ",height=" + h + ",toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no");
pop.moveTo((window.screen.width-w)/2,(window.screen.height-h)/2);
}else{
pop=window.open(url,name,"width=" + w + ",height=" + h + ",toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no");
pop.moveTo(0,20);
}
}
function openWinX(url,name,w,h){
var pop=window.open(url,name,"width=" + w + ",height=" + h + ",toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no");
pop.moveTo((screen.width-w)/2,(screen.height-h)/2);
}
function openWinHome(url,name,w,h){
var pop;
if (window.screen.height>600){w+=100; h+=30;
pop=window.open(url,name,"width=" + w + ",height=" + h + ",toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no");
pop.moveTo((window.screen.width-w)/2,(window.screen.height-h)/2);
}else{
pop=window.open(url,name,"width=" + w + ",height=" + h + ",toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,status=no");
pop.moveTo(0,20);
}
}