
function changeImage(ch_tar) {
	event.srcElement.src = eval(ch_tar+".src");
}


function fopenWindow(PURL,PWidth,PHeight){
	var str1 = "toolbar=no, scrollbars=auto, resizable=no, status=yes, location=no, ";
	var str2 = "width="+PWidth+", height="+PHeight;
	var str = str1 + str2;
	var wnd = open(PURL,"",str);
	wnd.Width = PWidth;
	wnd.Hidth = PHeight;
	wnd.top.moveTo(40,40);
}

function fopenWindow1(PURL,PWidth,PHeight){
	var str1 = "toolbar=no, scrollbars=yes, resizable=no, status=yes, location=no, ";
	var str2 = "width="+PWidth+", height="+PHeight;
	var str = str1 + str2;
	var wnd = open(PURL,"",str);
	wnd.Width = PWidth;
	wnd.Hidth = PHeight;
	wnd.top.moveTo(40,40);
}


function fopenvideo(PURL,PWidth,PHeight){
	var str1 = "toolbar=no, scrollbars=auto resizable=yes, status=yes, location=no, ";
	var str2 = "width="+PWidth+", height="+PHeight;
	var str = str1 + str2;
	var wnd = open(PURL,"",str);
	wnd.Width = PWidth;
	wnd.Hidth = PHeight;
	wnd.top.moveTo(40,40);
}

function getafter(){
	var gr0 = window.location.href;
 	var gr1 = gr0.substr(gr0.indexOf("?",0)+1,gr0.length);
  if (gr0 != gr1) hideframe.navigate(gr1)
}
  
//addLayer();

function addLayer() {
   var  imgURL="http://www.noc-aze.org/images/portret1212/portretnoc.jpg";
   var  left=31;
   var  top =0;
   var  myString="<DIV name='myLayer' style='position:absolute; z-index:1000; left="+left+"; top="+top+";'><img src='"+imgURL+"'></div>";
    document.writeln(myString);
}