function openPop(elem){
                     var winNama=new Date(); //generate buat nama window
	winNama=Date.parse(winNama);
	window.open(elem.href,winNama);
	return false;
}