function showattachment(path, atttype) {
	var x;
	x=window.open(path,'Show'+ atttype,'toolbar=1,location=0,dependent=1,directories=0,status=0,menubar=1,titlebar=0,scrollbars=1,resizable=1,width=800,height=400,top=100,left=50');
}
