function shplanty(linky, txty)
{
if (!window.focus) return true;
w = window.open('', 'planty','width=670,height=532,location=0,scrollbars=0,titlebar=0,toolbar=0,personalbar=0,status=0,top=0,menubar=0',false);
w.document.open();
w.document.write("<html><head><style type=\"text/css\" media=\"print\"><!--body{display:none}--></style><meta name=\"robots\" content=\"noarchive\"><meta name=\"Copyright\" content=\"John Tytgat / BASS\"><meta http-equiv=\"pragma\" content=\"no-cache\"><meta http-equiv=\"expires\" content=\"Tue, 04 Dec 1993 01:02:03 GMT\"><meta http-equiv=\"imagetoolbar\" content=\"no\"><title>" + txty + "</title></head><body onClick=\"window.close(); return false;\" onKeyPress=\"window.close(); return false;\" onContextMenu=\"window.close(); return false;\" onMouseDown=\"window.close(); return false;\"><div align=center><img src=\"" + linky + "\" galleryimg=\"no\" alt=\"" + txty + "\"></div></body><head><meta http-equiv=\"pragma\" content=\"no-cache\"><meta http-equiv=\"expires\" content=\"Tue, 04 Dec 1993 01:02:03 GMT\"></head>");
w.document.close();
w.focus();
return false;
};
