function toppop(url,name,width,height,scrollbars,resizable) {
	msgWindow=window.open(url,name,'scrollbars='+scrollbars+',resizable='+resizable+',width='+width+',height='+height);
	msgWindow.focus();
}

function cs_open() {
window.open("http://sazoo.com/ss/run/cs/error_complain/index_daum.php", "daum", "height=640, width=620, status=no, location=no, toolbar=no");
}