function openwindow (win1, win2)
{
if (win1 != "") {window.top.frames[1].document.location.href=win1+'.htm';}
if (win2 != "") {window.top.frames[2].document.location.href=win2+'.htm';}
return false;
}

function show_img(name, type, desc)
{
var c = 'jpg';

if (type =="g") { c='gif'; }
document.open();
document.writeln('<html><head><meta name="keywords" content="Boris Vallejo, Art, Picture, Artist, Cover, Graphics, Illustrator, Russia, Fantasy, Paintings, Gallery, Links">');
document.writeln('<meta name="description" content="Boris Vallejo Art Gallery">');
document.writeln('<meta name="author" content="Sergey Okun"><title>Boris Vallejo Cards</title>');
document.writeln('<!--     Sergey Okun Boris Vallejo Russia Pages');
document.writeln('Copyright (c) 1997,98,99 Sergey Okun');
document.writeln('//-->');
document.writeln('<link REL="STYLESHEET" TYPE="text/css" HREF="../vallejo.css">');
document.writeln('</head><body TOPMARGIN="10" LEFTMARGIN="10" MARGINWIDTH="10" MARGINHEIGHT="10">');
document.writeln('<TABLE><TR class="titleb"><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'+desc+'&nbsp;</TD></TR>');
document.writeln('<TR><TD>');
document.writeln('<A HREF="" style="cursor: hand" onClick="history.back(); return false;"><IMG src="'+name+'.'+c+'" border="0" ALT="'+desc+'"></A>');
document.writeln('</TD></TR>');
document.writeln('<TR><TD align="center" class="titleb"><A HREF="" style="cursor: hand" onClick="history.back(); return false;">&nbsp;BACK&nbsp;</A></TD></TR>');
document.writeln('<tr><td><BR><hr align="center" color="gray" width="80%"><CENTER><p><b>ADVERTISING</b></p></CENTER><hr align="center" color="gray" width="80%"><BR><BR><SCRIPT SRC="../copy.js"></SCRIPT></td></tr></table>');
document.writeln('</body></html>');
document.close();
return false;
}