function change(form)
{
	if (form.url.selectedIndex !=0)
	parent.location = form.url.options[form.url.selectedIndex].value
}
function raon(url,width,height){
 document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ");
 document.write("  codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash../swflash.cab#version=8,0,0,0' ");
 document.write("  width='"+width+"' height='"+height+"' align='middle'>");
 document.write(" <param name='allowScriptAccess' value='always' /> ");
 document.write(" <param name='movie'    value='"+url+"' /> ");
 document.write(" <param name='quality'   value='high' /> ");
 document.write(" <param name='wmode'    value='transparent'> ");
 document.write(" <embed src='"+url+"' quality='high' width='"+width+"' height='"+height+"' align='middle' ");
 document.write("  allowScriptAccess='sameDomain' type='application/x-shockwave-flash' ");
 document.write("  pluginspage='http://www.macromedia.com/go/getflashplayer' />");
 document.write("</object>");
}

function setCookie( name, value, expiredays )
{
	var todayDate = new Date();
	todayDate.setDate( todayDate.getDate() + expiredays );
	document.cookie = name + "=" + escape( value ) + "http://esseltech.com/" + todayDate.toGMTString() + ";"
}
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 "";
}

var c = getCookie("Notice2");
if( c == "" )
{
 var wmd = window.open("/POP_js/repop.html","","scrollbars=no,left=20,top=20,width=420,height=345");
 wmd.focus();
}


//if ( getCookie( "T0107" ) != "T0107" ) { newWindow  =  window.open('/popup/pop_2010.html','pop_2010','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=464 height=400,left=450,top=20');
//}

