function lightWindowView(sPage) {
	if( sPage!='' ) {
		$.nyroModalManual({
			url: 'page.php?url=' + sPage
		});
	}
}