function omClick2(n){ 
	if( n == '' ) { return ; } else { top.location.href='./?'+n; }
}
function omClick(n){ 
var listcheck = "LISTOF" ; 
var n2 = "" ;
var n3 = "" ;
	if( n == '' ) { return ; 
	} else { 
		n2 = n ; n2 = n2.substring(0,6) ;
		if( n2 == listcheck ){
			n3 = n ; 
			n3 = n3.substring(6, n3.length) ; n3 = n3.substring(0, n3.length-2) ; 
			n3 = n3.replace( '&', '%26') ;
	//		parent.body.location.href='./index_cata.php?n';
			parent.body.location.href='./index_cata.php?mycon=List&submityn=y&mycata=' +n3 ;
		} else {
			top.location.href='./?'+n; 
		}
	}
}
function omClick22(n,w){ 
	if( n == '' ) { return ; } else { top.location.href='./?'+n; }
}
function omClickCate(n){ 
var listcheck = "LISTOF" ; 
var n2 = "" ;
var n3 = "" ;
	if( n == '' ) { return ; 
	} else { 
		n2 = n ; n2 = n2.substring(0,6) ;
		if( n2 == listcheck ){
			n3 = n ; 
			n3 = n3.substring(6, n3.length) ; n3 = n3.substring(0, n3.length-2) ; 
			n3 = n3.replace( '&', '%26') ;
	//		parent.body.location.href='./index_cata.php?n';
			parent.body.location.href='./index_cata.php?mycon=List&submityn=y&mycata=' +n3 ;
		} else {
			top.location.href='?mycate='+n; 
		}
	}
}
