/*
	--------------------------------
	更新日: 2009-11-19
	teamorder popup resize 550 -> 620
	--------------------------------
*/



/* --------------------------------
	Flash埋め込み
-------------------------------- */

(function() {
	progression.embedSWF({
		url:"flash/preloader.swf",
		replaceElementId:"flashcontent",
		width:1003,
		height:595,
		adjustHorizontal:false,
		adjustVertical:false,
		centering:false,
		flashvars:{},
		params:{
			base:".",
			bgcolor:"#ffffff",
			wmode:"window",
			allowscriptaccess:"samedomain"
		},
		attributes:{}
	});

	var f = (/msie/.test(navigator.userAgent.toLowerCase())) ? swfobject.addDomLoadEvent : swfobject.addLoadEvent;
	f(function() {
		var elm = document.getElementById('external_flashcontent');
		if (elm) new SWFSize(elm, 1003, 595, 1200, 695);
	});
})();



/* --------------------------------
	ポップアップ
-------------------------------- */

function popupTeamorder() {
	popupCenter('teamorder/index.html', 'teamorder', 1000, 620, [0, 0, 0, 0, 0, 0, 0]);
}

function popupNews() {
	popup('news/index.html', 'news', 50, 50, 645, 540, [1, 1, 0, 0, 0, 0, 0]);
}

function popupContact() {
	popup('contact/index.php', 'contact', 100, 50, 645, 540, [1, 1, 0, 0, 0, 0, 0]);
}







