function medopen() {
	coolopenWindow=window.open("https://empireconcepts.directtrack.com/flash/mediakit.html","medopen","scrollbars=0,menubar=0,statusbar=0,toolbar=0,height=560,width=362,outerheight=562,outerwidth=364");
coolopenWindow.focus(); }

function updateopen() {
	coolopenWindow=window.open("https://empireconcepts.directtrack.com/partners/update_schedule.html","updateopen","scrollbars=0,menubar=0,statusbar=0,toolbar=0,height=300,width=362,outerheight=562,outerwidth=364");
coolopenWindow.focus(); }

function expireopen(program_id) {
	window.open("https://empireconcepts.directtrack.com/partners/help/program_expire_popup.html?program_id=" + program_id,"open","scrollbars=0,menubar=0,statusbar=0,toolbar=0,height=150,width=362,outerheight=150,outerwidth=364");   
}
function openWin(url)
{
	aWindow = window.open(url,"thewindow",'toolbar=0,location=0,directories=0,status=0,menubar=0, width=400, height=400, scrollbars, resizable');
	aWindow.focus();
}
function openMedWin(url)
{
	aWindow = window.open(url,"thewindow",'toolbar=0,location=0,directories=0,status=0,menubar=0, width=640, height=320, scrollbars, resizable');
	aWindow.focus();
}
function openBigWin(url)
{
	aWindow = window.open(url,"thewindow",'toolbar=0,location=0,directories=0,status=0,menubar=0, width=800, height=600, scrollbars, resizable');
	aWindow.focus();
}