function fbpopup(url) {
	newwindow=window.open(url,'name','height=500,width=642');
	if (window.focus) {newwindow.focus()}
	return false;
}
function twpopup(url) {
	newwindow=window.open(url,'name','height=370,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}

