function OpenNewWindow(content,showAll){
if (showAll=="")
	{
		showAll="0";
	}
open ("PopUpPage.aspx?c="+content+"&ShowAll="+showAll,content+"window","height=550,width=500,scrollbars=yes,resizable=no,status=no,menubar=no,toolbar=no,location=no");
}
function OpenNewWindowForPlan(content,showAll){
if (showAll=="")
	{
		showAll="0";
	}
open ("PopUpPage.aspx?c="+content+"&ShowAll="+showAll,content+"window","height=780,width=650,scrollbars=yes,resizable=no,status=no,menubar=no,toolbar=no,location=no");
}
