
    function showColorBox(imageURL) {
		showLoginBox(imageURL);
		//alert('show:'+imageURL);
          
//            $.fn.colorbox({ open:true,
//							iframe:true,
//							width:420,
//							height:280,
//							href:imageURL});
//			return false;

         // window.open(imageURL, "login","height=300,width=400");  
			return false;
		}
	function showLoginBox(imageURL) {
		//alert('show login ');
		window.open(imageURL, "login","height=300,width=400");  
			return false;
	}


    function parentDirect(rUrl){
        document.location.href= rUrl; 
    }

 function parentReDirect(rUrl){
	
       window.parent.document.location.href= rUrl;
    }

