

function PopUp(xpid,xid) {
		
	if (xpid ==-1) 
	{ 
	var whatURL=xid
	}

	else 
	{
	var myhost1 = document.location.host
	var whatURL='http://'+ myhost1 +'/jkhport/news/showdoc.asp?xi=' + xid
	}

open( whatURL ,"_kaputadotcom","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=350");

}
