//get year(A.D.)
function WriteYear() 
{
	document.write(new Date().getFullYear());
	}

//Lmenu_link to reader contact form
function windowOpen_reader_contact()
{
	  window.open('/cgi-bin/reader/contact/f2m.cgi','REDCONTACT','location=yes,status=yes,scrollbars=yes,resizable=yes,width=610,height=580');
	}

//Lmenu_link to artist contact form
function windowOpen_artist_contact()
{
	  window.open('/cgi-bin/artist/contact/f2m.cgi','ARTCONTACT','location=yes,status=yes,scrollbars=yes,resizable=yes,width=610,height=580');
	}

//open sample viewer
function windowOpen_reader_sample()
{
	window.open('/common/sample/view.html','SAMPLE','resizable=yes,width=900,height=702');
	}
