function popupdemo(demo){
	new_win=window.open('/demo.aspx?demo=' + demo,'MyName','toolbar=no, resizable=yes, scrollbars=3, width=800, height=640');new_win.focus();
}

function popupRates(){
	new_win=window.open('definitionsandrates.aspx','MyName','toolbar=no, resizable=yes, scrollbars=3, width=500, height=500');new_win.focus();
}

function popTip(partner,tid){
		var popTip = window.open("/tip.aspx?tid="+tid+"&partner="+partner,"popTip","height=200, width=400,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no")
		popTip.focus()
}
	
function popupMenu(style){
	new_win=window.open('popup.aspx?style=' + style,'MyName','toolbar=no, resizable=yes, scrollbars=1, width=460, height=500');new_win.focus();
}
function popupMedia(media){
	new_win=window.open('enlarge.aspx?media=' + media + '_large.jpg','MyName','toolbar=no, resizable=yes, scrollbars=1, width=800, height=640');new_win.focus();
}

function popup(id){
	new_win=window.open('enlarge.aspx#' + id ,'MyName','toolbar=no, resizable=yes, scrollbars=1, width=350, height=400');new_win.focus();
}

function popuprep(id){
	new_win=window.open('commercialsoundrepresentativespopup.aspx#' + id ,'MyName','toolbar=no, resizable=yes, scrollbars=1, width=350, height=400');new_win.focus();
}
