if (document.referrer=='' && parent.frames.length < 1) frame();
    
else if (parent.frames.length < 1) noframe();
	
else frame();

function noframe()
{	
document.location.href = 'http://www.dimelco.com/francais/menugeneral/pagesmenu/cadre_produits.php?page_contenu='+location.href;
}

function frame(){
return;
}