

function colorimage(pName,pW,pH) {
	var gtotal;
	gtotal = 'toolbar=no,location=no,scrollbars=yes,width=' + pW + ',height=' + pH;
	window.open (pName, 'ColorImage', gtotal);

	}

