function open_win(str,name,height,left)
{
window.open(str,name,'width=200,height='+height+',left='+left+',top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
}

function open_win2(str,name,height,width,left){
	newwindow=window.open(str,name,'width='+width+',height='+height+',left='+left+',top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
	if (newwindow && sr) clearTimeout(sr);
}

var date2 = new Date();
var day = date2.getDate(); // month 1 - 31 representing day of a month
var month = date2.getMonth()+1; // month 1 - 12 representing month of a year
var year = date2.getFullYear();

// fin10_standard_paper.jpg
if (year==2010 && month==2 && day>=24 && day<27) {
open_win2("/popup/popup_20100224.html","fin10",280,229,100)
}

//open_win('/popup/2007pa.html', '2007pa', 261, 100);

//open_win('/popup/HSBC.html', 'HSBC', 300, 310);