
showPopup = function(url, width, height) {
	window.open(url,'popup_win','width=485,height=580,scrollbars=no,toolbars=no');
	//window.open(url,'popup_win','width='+width+',height='+height+',scrollbars=no,toolbars=no');
	//window.open(url,'popup_win','toolbars=no');
}

