﻿
function evPrint(e,a) {
	//alert('Printing '+ e);
	window.open("ext_pop_print.asp?SubscriberID=<%=SubscriberID%>&EventID="+ e +"&Area="+ a,"","height=50,width=150,location=0,scrollbars=0,menubar=0,status=0,toolbar=0")	
}
function evPrintMy() {
	//alert('Printing My');
	window.open("ext_pop_printmy.asp?SubscriberID=<%=SubscriberID%>","","height=50,width=150,location=0,scrollbars=0,menubar=0,status=0,toolbar=0")	
}

function evPrintPage(evlist) {
	//alert('Printing Page')
	window.open("ext_pop_printmy.asp?SubscriberID=<%=SubscriberID%>&EvIDList="+ evlist,"","height=50,width=150,location=0,scrollbars=0,menubar=0,status=0,toolbar=0")
}

function evAdd(e) {
	//alert('Adding '+ e);
	window.open("ext_pop_add.asp?SubscriberID=<%=SubscriberID%>&EventID="+ e,"","height=50,width=150,location=0,scrollbars=0,menubar=0,status=0,toolbar=0")	
}

function evDel(e) {
	//alert('Adding '+ e);
	window.open("ext_pop_del.asp?SubscriberID=<%=SubscriberID%>&EventID="+ e,"","height=50,width=150,location=0,scrollbars=0,menubar=0,status=0,toolbar=0")	
}
function evRemoveMine() {
	//alert("ext_event_my.asp?SubscriberID=<%=SubscriberID%>&mode=REMALL")
	window.open("ext_pop_remove.asp?SubscriberID=<%=SubscriberID%>","","height=50,width=150,location=0,scrollbars=0,menubar=0,status=0,toolbar=0")	
	self.location.href = "ext_event_my.asp?SubscriberID=<%=SubscriberID%>&mode=REMALL"
}


