function openPopup(url) {
	newwindow=window.open(url,'name','height=500,width=600,left=100, top=100,resizable=no,scrollbars=yes,toolbar=no,status=no');
	return false;
}