function openStockPrice(){
    window.open(
    	"http://www.nikko.co.jp/cgi-sec/stocks/irstocks_e/7731",
    	"stock",
    	"width=770,height=280,scrollbars=yes,menubar=yes,toolber=yes,status=yes,location=yes,resizable=yes"
    	);
}

