
function pop3(){
	window.open('./picture3.html','','resizable=no,scrollbars=yes,top=20,left=270,width=450,height=600');
}

function pop4(){
	window.open('./picture4.html','','resizable=no,scrollbars=yes,top=20,left=90,width=790,height=610');
}
function pop2(){
	window.open('./picture1.html','','resizable=no,scrollbars=yes,top=20,left=120,width=790,height=600');
}

function pop1(){
	window.open('./picture2.html','','resizable=no,scrollbars=yes,top=20,left=120,width=750,height=600');
}
function popCl(){
	window.open('./socials.aspx','','resizable=no,scrollbars=yes,top=5,left=5,width=830,height=325');
}
function popUpcoming(ID){
	window.open('./upcommingEvents.aspx?type=' + ID + '','','resizable=no,scrollbars=yes,top=20,left=120,width=810,height=605');
}
function popPast(){
	window.open('./upcommingEvents.aspx?type=Past','','resizable=no,scrollbars=yes,top=5,left=5,width=810,height=605');
}


