<!-- Hide the script from old browsers --

function popup(img){	
url = url+"?img="+ img
		var newwin = window.open(url,null,"height=" + height + ",width=" + width + ",status=no,toolbar=no,menubar=no,scrollbars=AUTO,top=50,left=50");
//end hiding from non-JS browsers -->
}
