var fullOpen = function( href )



{

	var win;

	var href = "https://www.maxmouse.co.jp/tsunagaru/greeting.html" + location.search;

	win = window.open( href, 'greeting', 'width='+window.screen.width+', height='+window.screen.height+', menubar=yes, toolbar=yes,location=yes, scrollbars=no, resizable=yes');

	win.focus();

}







function pupup(href, width, height){

	

	var subwin;

	subwin = window.open( href, 'rule', 'width='+width+', height='+height+', menubar=yes, toolbar=yes,location=yes, scrollbars=yes, resizable=yes');

	subwin.focus();

};
