if (parent.location.href == self.location.href){ 
window.location.href = '../index.htm'} 

function redirect(url) {
if (document.layers) 
	parent.frames['main'].location = url + "_n.htm";
else
	parent.frames['main'].location = url + ".htm";
}
