ie=document.all?1:0
n=document.layers?1:0
var t = '';
var v6 = '';
var v2 = 'blank.htm';
var percorso = '../';

function win_open(sezione) {
	param = 'alwaysRaised=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=500'
	//title='cougar.it'
		window.open(sezione, '', param)
}

function checkinterfaccia(mainlocat){ 
v6 = mainlocat;
window.onerror=null;
var tmp = '';
if (top.MAIN == null) {
   create_ie();
   document.write(t);
   top.MAIN.location.replace(v6);
   } else {
	tmp = top.MAIN.location.href;
	if (tmp.indexOf(v6)<0) {
	   top.MAIN.location.replace(v6);
	   }
   } 

}

function create_ie(){
t = '<frameset cols="150,*" rows="*" frameborder="NO" border="0" framespacing="0">';
t=t+'<frame src="lframe.htm" name="topFrame" scrolling="NO" noresize >';
t=t+'<frameset rows="109,*" frameborder="NO" border="0" framespacing="0">';
t=t+'<frame src="topbanner.htm" name="leftFrame" scrolling="NO" noresize>';
t=t+'<frame src="' + v6 + '" name="MAIN">';
t=t+'</frameset>';
t=t+'</frameset>';	
}

function checkinterface(mainlocat){ 
v6 = mainlocat;
window.onerror=null;
var tmp = '';
if (top.MAIN == null) {
   en_create();
   document.write(t);
   top.MAIN.location.replace(v6);
   } else {
	tmp = top.MAIN.location.href;
	if (tmp.indexOf(v6)<0) {
	   top.MAIN.location.replace(v6);
	   }
   } 
}
function en_create(){
t = '<frameset cols="150,*" rows="*" frameborder="NO" border="0" framespacing="0">';
t=t+'<frame src="elframe.htm" name="topFrame" scrolling="NO" noresize >';
t=t+'<frameset rows="109,*" frameborder="NO" border="0" framespacing="0">';
t=t+'<frame src="../topbanner.htm" name="leftFrame" scrolling="NO" noresize>';
t=t+'<frame src="' + v6 + '" name="MAIN">';
t=t+'</frameset>';
t=t+'</frameset>';	
}