// JavaScript Document

function Open_news()
{window.open("http://www.nambu-hair.jp/news/index.html","news","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,Width=655,Height=780");}

function Open_entry()
{window.open("recruit/entry.html","entry","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,Width=900,Height=900");}


function Open_results()
{window.open("recruit/results.html","results","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,Width=900,Height=900");}


function Open_qa()
{window.open("recruit/qa.html","qa","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,Width=900,Height=900");}



function Open_guidelines()
{window.open("recruit/guidelines.html","guidelines","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,Width=900,Height=900");}


function Open_topics()
{window.open("topics/index.html","topics","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,Width=700,Height=700");}


function Open_privacy()
{window.open("privacy/index.html","privacy","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,Width=900,Height=900");}


function openWindow(url,targ,w,h) {
	w=window.open(url,targ,"width=700,height=700,scrollbars=yes,resizable=yes");
	w.focus();
}






