function showPicture(b,id,wd,hd){
	scr=window.open(b+'pics.html?id='+id,'fullpic','width='+wd+', height='+hd+', resizable=1, scrollbars=auto');
	scr.moveTo(0,0);
	scr.focus();
}
function showPicture1(b,id,wd,hd){
	scr=window.open(b+'cpics.html?id='+id,'fullpic','width='+wd+', height='+hd+', resizable=1, scrollbars=auto');
	scr.moveTo(0,0);
	scr.focus();
}