function popUp(url) {
	var newwindow=window.open(url,'RugDetails','height=480,width=850');
	if (window.focus) {newwindow.focus()}
}
