// JavaScript Document

function op(prof){
	window.open('http://www.hormone.co.jp/peach/voice/'+prof+'.html','profile','directories=0,location=0,menubar=0,scrollbars=1,status=1,toolbar=0,resizable=1,width=640,height=480');
}

function openpodcast(file,program,ep){
	var vals = "directories=0,location=0,menubar=0,scrollbars=0,status=1,toolbar=0,resizable=1";
	if(file == 1) {
		play ="../media/?mode=1&program="+program+"&ep="+ep;
		setwidth = 450;
		setheight = 450;
	}
	else if(file == 2) {
		play ="../media/?mode=2&program="+program+"&ep="+ep;
		setwidth = 450;
		setheight = 450;
	}
	vals+=", height="+setheight;
	vals+=", width="+setwidth;
	window.open(play,'ºÆÀ¸',vals);
}

function closes() {
	window.close();
}
