            $(document).ready(function(){
		$(".popimp").colorbox({iframe:true, innerWidth:740, innerHeight:470});
		$(".popframe").colorbox({iframe:true, innerWidth:900, innerHeight:550});
		$(".pophirlevel").colorbox({iframe:true, innerWidth:600, innerHeight:450});
		$("a[rel='pophirlevel']").colorbox({width:600, height:450, iframe:true});
		$("a[rel='popertesites']").colorbox({innerWidth:540, innerHeight:350, iframe:true});
		$(".popertesites").colorbox({iframe:true, innerWidth:540, innerHeight:350});
		$(".etelfoto").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='popyoutube']").colorbox({width:425, height:344, iframe:true});
		$("a[rel='popprint']").colorbox({width:922, height:500, iframe:true});
            });

