
var debtresolveWin = null;
function popFlash(service) {
	var width = 600;
	var height = 400;
	var filename = "demo/popup_" + service + ".html";
	debtresolveWin = window.open(filename, "flash", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=no,resizable=no,menubar=no");
}




