window.name = 'cupidowindow';

function openwin(what,width,height,foo) {
	if (foo != undefined) extra = foo;
	else extra = "";

	cupidopopup = window.open("popup.cfm?action="+what+extra,"cupidopopup","resizable=no,scrollbars=yes,menubar=no,height="+height+",width="+width);
};

function opencomment(what,width,height) {
	commentpopup = window.open(what,"cupidopopup","resizable=no,scrollbars=yes,menubar=no,height="+height+",width="+width);
};



