<!--PiBChange-->

	var version = navigator.appVersion
	var browser = navigator.appName
	var string = navigator.appVersion
     var oneOneCompatible = false;
     var oneTwoCompatible = false;
     var oneThreeCompatible = false;
     var NS4 = (document.layers) ? 1 : 0;
     var IE4 = (document.all) ? 1 : 0;
     var IE5 = (document.all && document.getElementById) ? 1 : 0;
     var DOM = (document.getElementById) ? 1 : 0;
     var gotlayers = 0;
	oneOneCompatible = true;
 oneTwoCompatible = true;
    if (NS4) {
    gotlayers = (document.layers.length == 3) ? 1 : 0;
    }
    if (IE4) {
    gotlayers = 1;
    }
	gotlayers = 1;
    oneThreeCompatible = true;


square  = new Image();

arrow   = 	new Image();
arrow_p   = 	new Image();
arrow_p0   = 	new Image();

arrow_down   = 	new Image();
arrow_down_p   = 	new Image();
arrow_bigdown_p   = 	new Image();
arrow_q   = 	new Image();
arrow_q_p   = 	new Image();

crazy_owl_s   =	new Image();
winking_owl_s   =	new Image();
crazy_owl_s_info   =	new Image();
winking_owl_s_info   =	new Image();

crazy_owl_2s   =	new Image();
winking_owl_2s   =	new Image();
crazy_owl_2s_info   =	new Image();
winking_owl_2s_info   =	new Image();
crazy_owl_2s_infox   =	new Image();
winking_owl_2s_infox   =	new Image();

owlq =  new Image();
owlq_p =  new Image();
owlq_pq =  new Image();
owlq_pq8 =  new Image();
owlq_pq8arch =  new Image();
owlq_pq80 =  new Image(); 

hunpaint_f   = 	new Image();
hunpaint_f_p   = 	new Image();
worldpaint_f   = 	new Image();
worldpaint_f_p   = 	new Image();

<!--for Topmenu --> 
show_subj   = 	new Image();
show_subj_p =  new Image();
show_subj_pl =  new Image();

<!--for Coin in OWL --> 
coin   = 	new Image();
coin_p =  new Image();


square.src = 'images/g_bust13/for_subjects/subject8x.gif';
arrow.src = 'images/g_bust13/for_owl_new/a1bd_gq_bluenew2.gif';
arrow_p.src = 'images/g_bust13/for_owl_new/a1t_gq_bluenew2.gif';
arrow_p0.src = 'images/g_bust13/for_owl_new/a1t_gq_lblue.gif';

arrow_down.src   = 'images/g_bust13/for_owl_new/a1bd_gq_bluenew.gif';
arrow_down_p.src   = 'images/g_bust13/for_owl_new/a1t_gq_bluenew.gif';
arrow_bigdown_p.src   = 'images/g_bust13/for_owl_new/a1t_gq_bluenew.gif';

crazy_owl_s.src = 'owl/images/owls/crazy_owl_s.gif';
winking_owl_s.src = 'owl/images/owls/winking_owl_s.jpg';
crazy_owl_s_info.src = '../owl/images/owls/crazy_owl_s.gif';
winking_owl_s_info.src = '../owl/images/owls/winking_owl_s.gif';

crazy_owl_2s.src = 'owl/images/owls/crazy_owl_2s2.gif';
winking_owl_2s.src = 'owl/images/owls/winking_owl_2s.gif';
crazy_owl_2s_info.src = '../owl/images/owls/crazy_owl_2s2.gif';
winking_owl_2s_info.src = '../owl/images/owls/winking_owl_2s.gif';
crazy_owl_2s_infox.src = 'owl/images/owls/crazy_owl_2s2.gif';
winking_owl_2s_infox.src = 'owl/images/owls/winking_owl_2s.gif';

owlq.src   = 'owl/images/gl/peeled_green/a_gl2002_flash.gif';
owlq_p.src = 'owl/images/gl/peeled_green/glogo_red.gif';

owlq_pq.src = '../images/gq/q8_2_p.gif';

owlq_pq8.src = 'images/gq/coin2.gif';
owlq_pq80.src = 'images/gq/a0l_bred.gif';
owlq_pq8arch.src = 'http://www.owl.hu/images/gq/coin2.gif';


hunpaint_f.src   = 'owl/images/subject_icons/hun2.jpg';
hunpaint_f_p.src   = 	'owl/images/subject_icons/hun2_p.jpg';
worldpaint_f.src   = 	'owl/images/subject_icons/world2.jpg';
worldpaint_f_p.src   = 	'owl/images/subject_icons/world2_p.jpg';

arrow_q.src   = 	'images/g_bust13/arrow_red_s.gif';
arrow_q_p.src   = 'images/g_bust13/arrow_red.gif';

<!--for Topmenu --> 
show_subj.src   = 'images/g_bust13/dot_brownish_2s.gif';
show_subj_p.src = 'images/g_bust13/arrow_red_s.gif';
show_subj_pl.src = 'images/g_bust13/arrow_red_left_s.gif';
<!--for Topmenu -->

<!--for Coin -->
coin.src = 'owl/images/owls/coin.gif'; 
coin_p.src = 'owl/images/owls/coin_gold.gif'; 
<!--for Coin -->

<!--Optional BlendTrans practically only for PicBlend -->

function picIn_x(object_px) {
if ( (string.indexOf("MSIE 6")!=-1) || (string.indexOf("MSIE 5")!=-1) )
{
    document.getElementById(object_px).style.filter="blendTrans(duration=1.3)";
	// Make sure filter is not playing.
	if ((document.getElementById(object_px).visibility != "visible") && (document.getElementById(object_px).filters.blendTrans.status != 2)) {
      document.getElementById(object_px).filters.blendTrans.Apply();
      document.getElementById(object_px).style.visibility="visible";
	  document.getElementById(object_px).filters.blendTrans.Play();
	}
}
}

function picOut_x(object_px) {
if ( (string.indexOf("MSIE 6")!=-1) || (string.indexOf("MSIE 5")!=-1) )
{
    document.getElementById(bjext_px).style.filter="blendTrans(duration=1.3)";

	// Make sure filter is not playing.
	if ((document.getElementById(objext_px).visibility != "hidden") && (document.getElementById(object_px).filters.blendTrans.status != 2)) {
        document.getElementById(object_px).filters.blendTrans.Apply();
        document.getElementById(object_px).style.visibility="hidden";
	    document.getElementById(object_px).filters.blendTrans.Play();
	}
}
}

<!--End of PiBChange --> 

