<!--
function chFram(tar_l,tar_r) {	
	this.document.write('<html><head><title>Alter Ego art gallery. Archetypal intuition in abstract and surreal art</title>');	
	this.document.write('</head>');	
	this.document.write('<frameset cols="210,*">');
	this.document.write('<frame src="'+tar_l+'" name="leftgal" scrolling="Auto">');
    this.document.write('<frame src="'+tar_r+'" name="rightgal" scrolling="Auto">');
    this.document.write('</frameset>');
	this.document.write('</html>');	
	
  if (self.parent.frames.length != 0) {
    self.parent.frames[0].location = tar_l;
    self.parent.frames[1].location = tar_r;
     return; }
		
	this.document.write('<noframes>');
    this.document.write('<body text="#000000" bgcolor="#d2d2d2">');
	this.document.write('<div align="center"><h3>');	
    this.document.write("<p><br>This page uses frames, but your browser doesn't support them.</p>");
	this.document.write('<hr width="90%" size="3">');
	this.document.write("<p>Эта страница использует фреймы.<br>Включите поддержку фреймов в броузере для ее просмотра.</p>");
	this.document.write('</h3></div>');
    this.document.write('</body>');
    this.document.write('</noframes>');	
}

function chFra(tar_l,tar_r) {	
	if (self.parent.frames.length == 0) chFram(tar_l,tar_r)
	else { 
	       self.parent.frames[0].location = tar_l;
           self.parent.frames[1].location = tar_r;
	        }
	return; 
	     }
		 
function chPag(tar_l,tar_r,tar_fr) {	
	if (self.parent.frames.length == 0) chFram(tar_l,tar_r);
	else if (self.parent.frames[0].name != "leftgal") 
	top.parent.location=tar_fr;
	//self.parent.location=document.location;
	 return; 
}



//-->
