function SWopen(PKGname){
	LinkURL='../pkg/'+PKGname+'.html';
	window.open(LinkURL,"SWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeble=no,width=500,height=350");
}