var newwindow;
function postcardPOP(url)
{
	newwindow=window.open(url,'saga','height=525,width=700');
	if (window.focus) {newwindow.focus()}
}