function popBlowup()
{
	blowupWin = window.open('blowupPopup.html', 'blowup', 'width=540,height=660');
	blowupWin.focus();
}

