function openPopUp(href, target)
{
var winl = (screen.width - 385) / 2;
var wint = (screen.height - 295) / 2;
window.open(href, target, 'width=385, height=295,top=' + wint + ', left=' + winl + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
return false;
}

function Taziye(href, target)
{
var winl = (screen.width - 350) / 2;
var wint = (screen.height - 350) / 2;
window.open(href, target, 'width=350, height=350,top=' + wint + ', left=' + winl + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
return false;
}
function ZD(href, target)
{
var winl = (screen.width - 460) / 2;
var wint = (screen.height - 500) / 2;
window.open(href, target, 'width=460, height=500,top=' + wint + ', left=' + winl + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
return false;
}