﻿// JavaScript Document

function showMsg() {
	alert("只今コンテンツ準備中です");
}


function shop_news() {
	var win1=window.open('http://www.lovefamily.co.jp/cgi/shop_news/topics.cgi', 'newwin1', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=680, height=600');
win1.window.focus();
}

function work_news() {
	var win1=window.open('http://www.lovefamily.co.jp/cgi/work_news/topics.cgi', 'newwin1', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=680, height=600');
win1.window.focus();
}

function PrintPage() {
	var PrintPage=window.open('http://www.lovefamily.co.jp/contents/news/print.html', 'PrintPage', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=480, height=600');
PrintPage.window.focus();
}




