var oOpenWindow;
function OpenBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
if(window.screen)if(isCenter)if(isCenter=="true"){
	var myLeft = (screen.width-myWidth)/2;
	var myTop = (screen.height-myHeight)/2;
	features+=(features!='')?',':'';
	features+=',left='+myLeft+',top='+myTop;
}
oOpenWindow=  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
	
oOpenWindow.focus();
}

function PrintPage(id, bc, pr, ph, qs)
{ OpenBrWindow("PrintPage.aspx?id=" + id + "&bc=" + bc + "&pr=" + pr + "&ph=" + ph + qs,"Print","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","660","500","true") }

function OpenQuestioPoint()
{ OpenBrWindow("MailForms/QuestionPointForm.htm","QuestionPoint","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","520","420","true") }

function SendQuestion()
{ OpenBrWindow("SendMail.aspx","QuestionPoint","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","520","520","true") }

function VR()
{ OpenBrWindow("http://www.nsk.hr/qtvr/index.htm","VirtualR","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","520","480","true") }


function ViewImage(img, head, h, w)
{ 
	OpenBrWindow("viewImage.aspx?img=" + img + "&head=" + head,"Image","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no",h + 10,w + 10,"true") 
}

function initSearch()
{
	if (document.all)
	{     
		document.onkeydown = function ()
		{     
			var key_enter= 13; 
			if (key_enter==event.keyCode)
			{
				event.keyCode=0;
				document.getElementById('imgBtnFind').click()
				return false;
			}
		}
	}
}


/* forme za slanje na e-mail - Usluge - za nakladnike */

function ISBNP()
{ OpenBrWindow("MailForms/ISBNPravna.htm","MailForm","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","540","420","true") }

function ISBNV()
{ OpenBrWindow("MailForms/ISBNVlastita.htm","MailForm","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","540","420","true") }

function ISSN()
{ OpenBrWindow("MailForms/ISSN.htm","MailForm","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","540","420","true") }


function ISMNP()
{ OpenBrWindow("MailForms/ISMNPravna.htm","MailForm","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","540","420","true") }


function ISMNV()
{ OpenBrWindow("MailForms/ISMNVlastita.htm","MailForm","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","540","420","true") }


function DAMP()
{ OpenBrWindow("damp.aspx","MailForm","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes","540","500","true") }



function showContent()
{
	
}

function Goto(sel) 
{ 
 	var index = sel.selectedIndex
	if (sel.options[index].value != "0") 
	{
		location=sel.options[index].value;
	}
}


function showInfo(lnk)
{
	document.getElementById("arc").style.visibility = "hidden";
	document.getElementById("arc").style.display = "none";
	
	document.getElementById("det").style.visibility = "visible";
	document.getElementById("det").style.display = "block";
	
	document.getElementById("infoFrame").src = lnk;
}

function hideInfo()
{
	document.getElementById("arc").style.visibility = "visible";
	document.getElementById("arc").style.display = "block";
	
	document.getElementById("det").style.visibility = "hidden";
	document.getElementById("det").style.display = "none";
}


function cipWin() {

OpenBrWindow("/izdavaci/publikacije/primjer.html","MailForm","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","445","390","true") 

}

function dubrovnikWin() {
OpenBrWindow("/izdavaci/publikacije/dubrovnik.html","Win","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","445","390","true") 
}

function osijekWin() {
OpenBrWindow("/izdavaci/publikacije/osijek.html","Win","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","445","390","true") 
}

function rijekaWin() {
OpenBrWindow("/izdavaci/publikacije/rijeka.html","Win","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","445","390","true") 
}
function pulaWin() {
OpenBrWindow("/izdavaci/publikacije/pula.html","Win","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","445","390","true") 
}

function splitWin() {
OpenBrWindow("/izdavaci/publikacije/split.html","Win","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","445","390","true") 
}

function zadarWin() {
OpenBrWindow("/izdavaci/publikacije/zadar.html","Win","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no","445","390","true") 
} 