function show_image(width,height) {
	newWin = window.open("contactus.html","show","width="+width+",height="+height+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
