




function PageInit()
{
	// margin top
	var marginTopElement = document.getElementById('marginTopElement');
	if ( marginTopElement != null && screen.height <= 768 )
		marginTopElement.style.display = 'none';
}

function GetPageId()
{
	var sLoc = new String(window.location);
	var iEnd = sLoc.lastIndexOf(".");
	var pageID = sLoc.slice(iEnd-3, iEnd);
	return pageID;
}

function openCollectionFullImage(orientation)
{ 
	var pageID = GetPageId();
	
	var imageWindow = window.open('../../fullImage.htm?dir=kleidung&imgId='+pageID+'&orientation='+ orientation,'fullImage','width=600,height=600,scrollbars=no,location=no,menubar=no,resizable=no,toolbar=no,status=no');
	imageWindow.window.focus();
}

function openDecoFullImage(orientation)
{ 
	var pageID = GetPageId();
	
	var imageWindow = window.open('../../fullImage.htm?dir=schmuck&imgId='+pageID+'&orientation='+ orientation,'fullImage','width=600,height=600,scrollbars=no,location=no,menubar=no,resizable=no,toolbar=no,status=no');
	imageWindow.window.focus();
}
