function launchImage(url,width,height) {
	if (!width) width=460;
	if (!height) height=630;
	newWin = window.open(url, '', 'height='+height+',width='+width+',scrollbars=no,toolbar=no,status=no');
}