function pvWindow()
{
    var wx = 470;
    var wy = 355;
    var x = (screen.width  - wx) / 2;
    var y = ((screen.height - wy) / 2) - 30;
    var pvwin = window.open('http://www.oyama.ac.jp/pv.oyama.html','pvWin' ,"left="+x+",top="+y+",width="+wx+",height="+wy);
	pvwin.focus();
   
}



function apart()
{
   adWindow=window.open('http://www.oyama.ac.jp/apart.html','newWin','width=520,height=420,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function goodluck()
{
   adWindow=window.open('http://www.oyama.ac.jp/extra/goodluck.html','newWin','width=700,height=660,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}



/*ホスト名によるパスの設定*/
hostname_w = window.location.hostname;
if (hostname_w == "demo.colletomo.com"){ //プレビューサーバー
	from_rootpath = "/yamano-bc_prev343987598810/public_html";
}else if (hostname_w == ""){
	from_rootpath = "/制作データ/yamano-bc.jp（山野美容専門学校）/最新public_htmlファイル/public_html";
}else{ //本番サーバー
	from_rootpath = "";
}


function vspam(im,domain) {
  var maddress = "mailto:" + im + "@" + domain;
  window.location.href = maddress;
}



/*相談会01:社会人*/
function consulWin01(){
	st = "scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no";
	wx = 720;
	wy = 680;
	x = (screen.width  - wx) / 2;
	y = ((screen.height - wy) / 2) - 30;
	newwin = window.open("http://www.oyama.ac.jp/extra/consul01.html","newWinConsul","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}


/*相談会02:保護者*/
function consulWin02(){
	st = "scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no";
	wx = 720;
	wy = 680;
	x = (screen.width  - wx) / 2;
	y = ((screen.height - wy) / 2) - 30;
	newwin = window.open("http://www.oyama.ac.jp/extra/consul02.html","newWinConsul","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}


/*相談会03:イヴニング*/
function consulWin03(){
	st = "scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no";
	wx = 720;
	wy = 680;
	x = (screen.width  - wx) / 2;
	y = ((screen.height - wy) / 2) - 30;
	newwin = window.open("http://www.oyama.ac.jp/extra/consul03.html","newWinConsul","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}

/*オリコ*/
function oricoWin(){
	st = "scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no";
	wx = 600;
	wy = 768;
	x = (screen.width  - wx) / 2;
	y = ((screen.height - wy) / 2) - 30;
	newwin = window.open("http://www.oyama.ac.jp/orico/index.html","newWinConsul","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}



