/* POPUP */

function listen(html) {
	SubWindow=window.open(html,"listen","width=1040,height=500,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function buy(html) {
	SubWindow=window.open(html,"buy","width=1040,height=500,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

