<!-- Begin
function external_uploader(cat,pid) {
	var winl = (screen.width - 400) / 2;
	var wint = (screen.height - 200) / 2;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=yes,resizable=no" +
	",left=" + winl + ",top=" + wint + ",width=" + 400 + ",height=" + 200;
	
	var URL = "sources/uploader.php?cat="+cat+"&pid="+pid;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}

function print_news(id) {
	var winl = (screen.width - 600) / 2;
	var wint = (screen.height - 400) / 2;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=yes,resizable=no" +
	",left=" + winl + ",top=" + wint + ",width=" + 600 + ",height=" + 400;
	
	var URL = "sources/print_news.php?id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function mail_news(id) {
	var winl = (screen.width - 500) / 2;
	var wint = (screen.height - 300) / 2;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=yes,resizable=no" +
	",left=" + winl + ",top=" + wint + ",width=" + 500 + ",height=" + 300;
	
	var URL = "sources/mail_news.php?id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function pdf_news(id) {
	var winl = (screen.width - 600) / 2;
	var wint = (screen.height - 400) / 2;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=yes,resizable=yes" +
	",left=" + winl + ",top=" + wint + ",width=" + 600 + ",height=" + 400;
	
	var URL = "sources/pdf_news.php?id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}


//////////////////////////////////////////////////
function NewWindow(id) {
	var winl = (screen.width - 765) / 2;
	var wint = (screen.height - 600) / 2;

	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=yes,resizable=yes" +
	",left=" + winl + ",top=" + wint + ",width=" + 765 + ",height=" + 600;
	
	var URL = "sources/detail_popup.php?id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function nego_profile(id) {
	var winl = (screen.width - 400) / 2;
	var wint = (screen.height - 200) / 2;

	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=yes,resizable=no" +
	",left=" + winl + ",top=" + wint + ",width=" + 400 + ",height=" + 200;
	
	var URL = "sources/nego_popup.php?id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function property_profile(id) {
	var winl = (screen.width - 600) / 2;
	var wint = (screen.height - 500) / 2;

	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=yes,resizable=no" +
	",left=" + winl + ",top=" + wint + ",width=" + 600 + ",height=" + 500;
	
	var URL = "sources/property_popup.php?id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function NewWindow2(aid,id) {
	var winl = (screen.width - 400) / 2;
	var wint = (screen.height - 200) / 2;

	var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no" +
	",left=" + winl + ",top=" + wint + ",width=" + 400 + ",height=" + 200;
	
	var URL = "sources/allergy_popup.php?aid="+aid+"&id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function NewWindow3(borang) {
	var winl = (screen.width - 400) / 2;
	var wint = (screen.height - 200) / 2;

	var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no" +
	",left=" + winl + ",top=" + wint + ",width=" + 400 + ",height=" + 200;
	
	var URL = "sources/search_popup.php?form="+borang;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function NewWindow4(id) {
	var winl = (screen.width - 700) / 2;
	var wint = (screen.height - 500) / 2;

	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes" +
	",left=" + winl + ",top=" + wint + ",width=" + 700 + ",height=" + 500;
	
	var URL = "sources/drug_popup.php?aid="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function NewWindow5(aid,id) {
	window.location.href = '?page=radio&act=upload&aid='+aid+'&id='+id;
}
function NewWindow6(aid) {
	var winl = (screen.width - 700) / 2;
	var wint = (screen.height - 500) / 2;

	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes" +
	",left=" + winl + ",top=" + wint + ",width=" + 700 + ",height=" + 500;
	
	var URL = "sources/lab_popup.php?aid="+aid;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function NewWindow7(aid) {
	var winl = (screen.width - 700) / 2;
	var wint = (screen.height - 500) / 2;

	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes" +
	",left=" + winl + ",top=" + wint + ",width=" + 700 + ",height=" + 500;
	
	var URL = "sources/lab_popup2.php?aid="+aid;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function NewWindow8(aid,id) {
	var winl = (screen.width - 700) / 2;
	var wint = (screen.height - 500) / 2;

	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes" +
	",left=" + winl + ",top=" + wint + ",width=" + 700 + ",height=" + 500;
	
	var URL = "sources/lab_edit_popup.php?aid="+aid+"&id="+id;
	popup = window.open(URL,"MenuPopup",windowprops);
	//return false;
}
function re() {
	window.location.href = '?page=radio';
}
function clo() {
	window.close();
	window.refresh();
	//return true;
}
function popup(user){
		window.alert("Allergy Deleted");
		window.location.href = 'http://yahoo.com'+user;
		//return true;
}
//  End -->

