function picslider()
{
document.write('<object type="application/x-shockwave-flash" data="images/picslider.swf" width="450" height="500">\r\n');
document.write('<param name="movie" value="images/picslider.swf" />\r\n');
document.write('<PARAM NAME=quality VALUE=best />\r\n');
document.write('<PARAM NAME=wmode VALUE=transparent />\r\n');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF />\r\n');
document.write('<img src="noflash.gif" width="450" height="500" alt="" />\r\n');
document.write('</object>\r\n');
}
