function closeWindow()
{
	this.close();
}

function printContent()
{
	window.print();
}

function openWindow(path,w,h)
{
    window.open(path,"","width="+w+",height="+h+", resizeble=no");
}
