<!-- Hide script
window.onresize=checkFrame;
var al = 0
var ieNOTopera=document.all&&navigator.userAgent.indexOf("Opera")==-1;
function iecompattest(){
	return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function checkFrame(){
	var window_width=ieNOTopera? iecompattest().clientWidth : window.innerWidth
	var window_height=ieNOTopera? iecompattest().clientHeight : window.innerHeight
	if ((window_width < 790 || window_height < 400) && screen.width > 800) {
		if (al++ < 3 ) {
			window.status=window_width+"x"+window_height
			alert("Attention! Our Site doesn't fit your browser!!!")
			fixit()
		} else if (al == 4) {alert("Whatever!!!")}
	}
}
function fixit() {
	window.moveTo(0,0);
	if (document.all) {
		window.resizeTo(screen.availWidth,screen.availHeight);
		
	}
	else if (document.layers||document.getElementById) {
		if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
			top.window.outerHeight = screen.availHeight;
			top.window.outerWidth = screen.availWidth;
		}
	}
}

//if (ie||ns7||ns8||op7||saf) {
//	alert("saf = "+saf+",ie5 = "+ie5+",ie6 = "+ie6+",ie7 = "+ie7+", ns6 = "+ns6+", ns7 = "+ns7+", ns8 = "+ns8+", aol = "+aol+", agt = "+agt)
	linkURL = "lillian/frames/indexM.html"
	if (location.search) {
		linkURL=linkURL+location.search
	} 
	document.writeln('<frameset cols="*,790,*" frameborder="NO" border="0" framespacing="0" rows="*">')
	document.writeln('<frame name="LBorderFrame" scrolling="NO" noresize src="lillian/frames/index_border.html">')
	document.writeln('<frameset rows="76,*" frameborder="NO" border="0" framespacing="0" cols="*">')
	document.writeln('<frame name="topFrame" scrolling="NO" src="lillian/frames/index_top.html" marginwidth="0" marginheight="0" noresize >')
	document.writeln('<frame name="main" src="'+linkURL+'" marginwidth="0" marginheight="0" scrolling="NO" noresize>')
	document.writeln('</frameset>')
	document.writeln('<frame name="RBorderFrame" scrolling="NO" noresize src="lillian/frames/index_right.html">')
	document.writeln('</frameset>')
	document.close()
	fixit()
	if (screen.width == 800 && aol) {
		alert("We are sorry, but our Web site doesn't fit in AOL browser with resolution 800x600. Please change it to 1024x768 or higher.")
	}
	
//} else {
//	alert("We are sorry, but this Web site developed for Internet Explorer, AOL OpenRide and Netscape 7 or 8. All other browsers don't work correctly on our site")
//	self.location.replace("lillian/")
//}
// End hiding script -->

