function enlarge() {
	
	if (arguments.length == 1) {
		window.open('enlarge.asp?img='+arguments[0], 'vveenlarge', 'top=200,left=200,width=300,height=200,scrolling=no,resize=no');
	}
	
}