function a() {
	setTimeout("this.window.navigate('#pagetp')", 0);
	this.window.navigate('#pagetp');
}

// ############################ it works 
function updated() {
	upd=document.write(this.document.lastModified.substring(0, 10));
	return upd;
}
/*
// ############################ endmonth 
function endmonth() {
now= new Date();
if(now.getDate() > 20) // -------------- CHANGE THE LIMIT DATE ACCORDING TO TRAFIC -- (the last date of normal work)
this.location.href="http://www.russianservice.com/bannerad/showban.asp?action=redir&campaign=477";
}
*/
// ############ GO TO SIZRANTZEV #############
function gowindow() {
	my=window.open("http://members.lycos.co.uk/artfetch/artists_fr.htm", "displayWindow", 
    "width=400,height=300,status=yes,toolbar=yes,menubar=yes,scrollbars=yes,location=yes");
}

//################ STARTING FROM TOP OF THE PAGE
function topstart() {
	var b = document.write;
	document.open();
b('<A NAME=\"pagetp\"></A><BR>');
	document.close();
}

// ############ PAGING for content's files #############
function head() {return true;} //{endmonth(); return true;}
function bodytop() {topstart(); } //{home();}
function bodybot() {a();}
function myload() {return true;}
function myexit() {return true;} // {gowindow();}

// #####################################################
// ###################### SEND #######################
function send() {  
    var adrs="http://www.russianservice.com/bannerad/showban.asp?action=redir&campaign=477";

  temp_win= open(adrs, "send", "width=656,height=480,status=1,toolbar=1,menubar=1,location=1,directories=0,scrollbars=1,resizable=1,copyhistory=1");
  temp_win.focus();
}

//############### ORDER
function order(a) {
	this.window.location.href = "../order.htm"+"?"+a; //
}

// ###################### E-MAIL-D #######################
function maild(d) {
  temp_win= open("", "maild", "width=500,height=40,status=0,toolbar=0,menubar=0,location=0,directories=0,scrollbars=0,resizable=0,");
  var a = temp_win.document.write;
  var ad = "ndraw";
  var ad3 = "ndraw";
  var ad4 = "yandex.ru";

  temp_win.document.open();

  a("<html><head><title>E-MAIL</title>");
  a("<META name=\"robors\" CONTENT=\"noindex\">\n");
  a("<META name=\"distribution\" CONTENT=\"iu\">\n");
  a("<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">\n");
  a("<META HTTP-EQUIV=\"Window-target\" CONTENT=\"_blank\">\n");
  a("<BASE target=\"_blank\">\n");
  a("<LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"../../posy.css\">\n");
  a("<script language=\"JavaScript\"> <!-- \n function a() {\n this.window.focus(); \n } \n // --> </script>\n</HEAD>\n");
  a("<BODY BACKGROUND=\"../../backht12.gif\">\n");
  a("<script language=\"JavaScript\"> <!-- \n a(); // --> </script>\n");
  a("<center><BR>");
  a("<TABLE WIDTH=\"89%\" ALIGN=\"center\" BORDER=0 CELLSPACING=2 CELLPADDING=0> <TR><TD CLASS=\"BUTTON\">");
  a("<A href=\"mailto:"+ad+"@yahoo.com?subject=interPOSY's artfetch in "+d+"&bcc="+ad3+"@"+ad4+"\" TITLE=\"Email the designer \">E-MAIL @ TO WEBMASTER</a></TD></TR></TABLE>");
  a("&#9658;MAKE SURE THE WORD &quot;<B>artfetch</B>&quot; IS IN THE SUBJECT&#9668;");
  a("</center>");
  a("</body></html>");

  temp_win.document.close();  
}


//################ FOOTER  BANNER FROM flamingo (weblink.htm)
function banner() {
	var a = document.write;

	document.open();
	a("<DIV ALIGN=\"center\">");

a("<IFRAME src=\"../weblink.htm\" WIDTH=\"468\" HEIGHT=\"60\" SCROLLING=\"no\" FRAMEBORDER=\"0\" MARGINHEIGHT=\"0\" MARGINWIDTH=\"0\" NAME=\"service\" onload=\"a()\"></IFRAME></DIV><BR>");

	document.close();
}

//################ FOOTER 
function footer() { 
	var a = document.write;

	document.open();
	a("<CENTER><DIV ALIGN=\"center\"><SMALL>");
	a("<P>This site was established on the 1st of September in 2000 and is maintained by <A HREF=\"javascript:maild()\" onClick=\"maild("+"cit"+"); return false;\" TITLE=\"Email the webmaster\"> nDraw<SUP>&#174;</SUP> </a><BR>");   
	
	a("<A HREF=\"http://ndraw.tripod.com/fr_set.htm\" TARGET=\"_blank\" TITLE=\"Visit the webmaster's page\">Copyright<SUP>&#169;</SUP> </A>1998 by the HTML Writers and Programmers from RUSSIA, <A HREF=\"http://ndraw.tripod.com/fr_set.htm\" TARGET=\"_blank\" TITLE=\"Do you want to have your own website like this one?\">nDraw<SUP>&#174;</SUP> Inc. </A></DIV><BR>");
	
	a("<P>This page is last time updated ");
	a("<script language=\"JavaScript\"> <!-- \n updated(); // --> </script></SMALL><BR>");

	document.close();
}


