function fullpict (img,level,name) {
var picture = "";
var Lx = level;
var pic = img;

picture += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Full Picture</title><link rel="STYLESHEET" type="text/css" href="' + Lx + '/styles/styles.css"></head><body bgcolor="white"><table cellspacing="2" cellpadding="2" border="0" width = "100%" align="center"><tr><td align="center"><p align="left"><a href="javascript:self.history.back()">Back</a><p class="photoTitle">'+name+'</p></p>' + pic + '</p><p align="left"><a href="javascript:self.history.back()">Back</a></td></tr></table></body></html>';

document.write(picture);

}


