<!-- // Beign

function BasicPop(loc, w, h){
	newwindow=window.open(loc,"PopWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+w+",height="+h);
}
// End -->