            $(document).ready(function(){
		$(".popimp").colorbox({iframe:true, innerWidth:740, innerHeight:470});
		$(".popframe").colorbox({iframe:true, innerWidth:900, innerHeight:550});
		$(".youtube").colorbox({width:485, height:436, iframe:true});
		$(".tim").colorbox({slideshow:false});
		$("a[rel='popedit']").colorbox({width:740, height:530, iframe:true});
		$("a[rel='popframe']").colorbox({width:540, height:350, iframe:true});
		$("a[rel='minadmin']").colorbox({width:900, height:550, iframe:true});
		$("a[rel='popclose']").colorbox({iframe:true, innerWidth:900, innerHeight:550, slideshow:false,
		    onClosed:function(){ window.location = location.href; }
		});
		$("a[rel='popclose1']").colorbox({iframe:true, innerWidth:900, innerHeight:550, slideshow:false,
		    onClosed:function(){ window.location = location.href; }
		});
                $("a[rel='popbox']").colorbox();
                $("a[rel='popfade']").colorbox({transition:"fade"});
                $("a[rel='popslide']").colorbox({slideshow:true});
		$("a[rel='popslideframe']").colorbox({iframe:true, innerWidth:740, innerHeight:470, slideshow:true});
		$("a[rel='popinner']").colorbox({inline:true, href:".imgdiv", slideshow:true});
		$("a[rel='youtube']").colorbox({width:485, height:436, iframe:true});
		$("a[rel='popprint']").colorbox({width:922, height:500, iframe:true});
            });

