/* POPUP用_自社サイト */

function pros(html) {
	SubWindow=window.open(html,"pros","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function consulting(html) {
	SubWindow=window.open(html,"consulting","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function webdesign(html) {
	SubWindow=window.open(html,"webdesign","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function system(html) {
	SubWindow=window.open(html,"system","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function blog(html) {
	SubWindow=window.open(html,"blog","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function pros_a(html) {
	SubWindow=window.open(html,"pros_a","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function access(html) {
	SubWindow=window.open(html,"access","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function brain(html) {
	SubWindow=window.open(html,"brain","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}


/* POPUP用_W3C */

function xhtml(html) {
	SubWindow=window.open(html,"xhtml","width=840,height=650,left=50,top=50,toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function css(html) {
	SubWindow=window.open(html,"css","width=840,height=650,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}


/* POPUP用_実績 */

function portfolio(html) {
	SubWindow=window.open(html,"portfolio","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function jn(html) {
	SubWindow=window.open(html,"jn","width=1050,height=800,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function howto(html) {
	SubWindow=window.open(html,"contact","width=720,height=620,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function flash(html) {
	SubWindow=window.open(html,"flash","width=920,height=600,left=50,top=50,toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1");
	SubWindow.focus();
}

/* POPUP用_外部リンク */
function outside(html) {
	SubWindow=window.open(html,"pros","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}


/* POPUP用_お問合せ */

function contact(html) {
	SubWindow=window.open(html,"contact","width=840,height=650,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}

/* POPUP用_地図 */
function map(html) {
	SubWindow=window.open(html,"map","width=550,height=650,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}
