function choreoprint(cid)
{
	window.open("choreoprint.php?choreo="+cid,"","width=660,height=500,scrollbars=yes,menubar=yes");
}
function printme()
{
	self.print();
}

