//
//	Initial HTML Framework and CSS by: Harald Fenz, http://it.artindustrial.com/
//
function showPopUp(elementId)
{
	document.getElementById(elementId).click();
}
