function countth(type,url)
{
switch(type){
case "box":
window.open (url,'»áÔ±µÇÂ½', 'height=1, width=1, top=1000, left=1000, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
        break;
case "play":
window.open (url,'ÒôÀÖÊÔÌý', 'height=237, width=380, top=150, left=500, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
        break;
case "down":
window.open (url,'', 'height=1, width=1, top=1000, left=1000, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
        break;
case "assess":
window.open (url,'', 'height=1, width=1, top=1000, left=1000, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
        break;
default:
        alert("Error");
}

}