
function openOrderForm(domain, dep_item)
{	
	myWindow = window.open("/event/regist_order_form.php?domain="+domain+"&dep_item="+dep_item+"", "_blank", "width=550,height=400,scrollbars=no,resizable=no,left=0,top=0");
}


function getCookie( name )
{
	var nameOfCookie = name + "=";
	var x = 0;
	while ( x <= document.cookie.length )
	{
		var y = (x+nameOfCookie.length);
		if ( document.cookie.substring( x, y ) == nameOfCookie ) {
			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
				endOfCookie = document.cookie.length;
			return unescape( document.cookie.substring( y, endOfCookie ) );
		}
		x = document.cookie.indexOf( " ", x ) + 1;
		if ( x == 0 )
			break;
	}
	return "";
}

function openPopup()
{
	
	
	if ( getCookie( "Notice" ) != "done" ) {
		noticeWindow = window.open("/event/popup/2004/event_1007.php", "popup", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=290");
		noticeWindow.opener=self;
	}
	
	
	
}

function openECPopup()
{
	if ( getCookie( "Notice" ) != "done" ) {
		noticeWindow = window.open("/event/popup/event_1201.php", "popup", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=355");
		noticeWindow.opener=self;
	}
}


function openEC_gift_Popup(domain, dep_item, ordernum, user_id, payterm)
{
	window.open("/event/ECregist_order_form.php?domain="+domain+"&dep_item="+dep_item+"&ordernum="+ordernum+"&user_id="+user_id+"&payterm="+payterm+"", "_blank", "width=550,height=650,scrollbars=no,resizable=no,left=0,top=0");
}

function open_Webhosting_Popup(domain, dep_item, ordernum, user_id, payterm)
{
	window.open("/event/Web_order_form.php?domain="+domain+"&dep_item="+dep_item+"&ordernum="+ordernum+"&user_id="+user_id+"&payterm="+payterm+"", "_blank", "width=550,height=480,scrollbars=no,resizable=no,left=0,top=0");
}


function serverPopup()
{
	if ( getCookie( "Notice" ) != "done" ) {
		noticeWindow = window.open("/server/popup_event_1106.htm", "popup_server", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=417,height=500");
		noticeWindow.opener=self;
	}
}
