document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='300' bgcolor='#000000'><a href='../index.html'><img src='../images/banner_left.jpg' width='300' height='220' border='0' /></a></td><td background='../images/banner_bg.jpg'><img src='../images/banner_bg.jpg' width='2' height='220' /></td><td width='220' bgcolor='#010101'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='700' height='220'><param name='movie' value='/images/cnmenulight.swf' /><param name='quality' value='high' /><embed src='/images/cnmenulight.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='700' height='220'></embed></object></td></tr></table>");
var omitformtags=["input", "textarea", "select"];
function disableselect(e){
	for (i = 0; i < omitformtags.length; i++){
		if (omitformtags[i]==(e.target.tagName.toLowerCase()))
		return;
	}
	return false
}
function reEnable(){
	return true
};
if (typeof document.onselectstart=="undefined"){
	document.onmousedown=disableselect;
	document.onmouseup=reEnable;
}else{
	document.onmousedown=new Function("return false");document.onmouseup=new Function("return false");
}
document.onselectstart=new Function("return false");
document.onselect=new Function("return false");
document.oncontextmenu=new Function("return false");
