// JavaScript Document
function DetailPD(pd_id,url){
	var url = url+"/popUp.php?pd_id="+pd_id;
	window.open (url,"mywindow","menubar=0,resizable=0,width=350,height=400"); 
}
function DetailN(n_id){
	var url = "BK/newsPopUp.php?n_id="+n_id;
	window.open (url,"mywindow","menubar=0,resizable=0,width=500,height=500"); 
}

function showBigSize(img,text) {
    document.getElementById("showBigSize_pic").innerHTML = '<img src="images/gallery/'+img+'" width="250" height="210" alt="'+text+'"/>';
	document.getElementById("showBigSize_text").innerHTML = '<b>'+text+'</b>';
}