function printHTML(str) {
	var strHTML=str;
	document.write(strHTML);
}//.

//Å¬¸¯À² Ä«¿îÆ®	
function GoClickInfo(type)
{
		$.ajax({
			type : "POST",
			url : "/sub_main/menu/pds/body/click_count.ws",
			data: {
				type: type
			},
			timeout: 1000,
			success : function(response) {
				//alert(response);
			},
			error : function(){
				//alert('½ÇÆÐ');	
			}	
		});
}