function loadpic(pic, width, height) {
www="sss.htm?img=" + escape(pic);
window.open(www, 'xxx','width=' + width + ',height=' + height + ',top=10,left=10,resizable=no,scrolling=no');
}
