function popitup(url,style) {
	newwindow=window.open(url,'Comege.com', style);
	if (window.focus) {newwindow.focus()}
	return false;
}