﻿//愛心活動
function new_window_weal(year,height1)
{
page="weal/"+year+".htm"
year=year+"年度濟助活動"	
strFeatures = "top=0,left=0,width=560,height="+height1+",toolbar=0,menubar=0,location=0,directories=0,status=0,scrollbars=yes";
window.open(page, year, strFeatures);
}
//PA
function new_window_pa(page,hvalue)
{
strFeatures = "top=0,left=450,width=500,height="+hvalue+",toolbar=0,menubar=0,location=0,directories=0,status=0,scrollbars=yes";
window.open(page, "", strFeatures);
}
//bulletin
function new_window_bulletin(page)
{
strFeatures = "top=0,left=0,width=800,height=660,toolbar=0,menubar=0,location=0,directories=0,status=0,scrollbars=yes";
window.open(page, "bulletin", strFeatures);
}
//local office
function new_window_local(page)
{
strFeatures = "top=100,left=450,width=300,height=200,toolbar=0,menubar=0,location=0,directories=0,status=0,scrollbars=yes";
window.open(page, "Local", strFeatures);
}
//resume
function new_window_resume(page) 
{ 
strFeatures = "top=100,left=450,width=550,height=400,toolbar=0,menubar=0,location=0,directories=0,status=0,scrollbars=yes"; 
window.open(page, "", strFeatures); 
}
