﻿// JScript File

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','width=580,left=100,top=50,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}


function karta()
{
  var generator=window.open('','name','width=740,height=570,left=50,top=50,resizable=no,scrollbars=no,toolbar=no,status=no');
  
  generator.document.write('<html><head><title>Prosharp servis</title>');
  generator.document.write('<link href="App_Themes/zajednicki/default.css" rel=stylesheet></head><body>');
  generator.document.write('<p align="center"><img src="./ikone/kartaZMv.jpg" /></p>');
  generator.document.write('<div align="center" id="podA"><a href="javascript:self.close()">Zatvori prozor!</a></div>');
  generator.document.write('</body></html>');
  generator.document.close();
}




function dirtypop()
{
  var generator=window.open('','name','width=640,height=450,left=100,top=60,resizable=no,scrollbars=no,toolbar=no,status=no');
  
  generator.document.write('<html><head><title>Prosharp servis</title>');
  generator.document.write('<link href="App_Themes/zajednicki/default.css" rel=stylesheet></head><body>');
  generator.document.write('<p class="podnaslovAdm">AS 2001 Allpro</p>');
  generator.document.write('<p align="center"><img src="./ikone/prosharp_strojV.jpg" /></p>');
  generator.document.write('<div align="center" id="podA"><a href="javascript:self.close()">Zatvori prozor!</a></div>');
  generator.document.write('</body></html>');
  generator.document.close();
}



function dirtypop1()
{
  var generator=window.open('','name','width=640,height=510,left=100,top=60,resizable=no,scrollbars=no,toolbar=no,status=no');
  
  generator.document.write('<html><head><title>Prosharp servis</title>');
  generator.document.write('<link href="App_Themes/zajednicki/default.css" rel=stylesheet></head><body>');
  generator.document.write('<p class="podnaslovAdm">AS 1001 Portable</p>');
  generator.document.write('<p align="center"><img src="./ikone/prosharp_stroj_portable.jpg" /></p>');
  generator.document.write('<div align="center" id="podA"><a href="javascript:self.close()">Zatvori prozor!</a></div>');
  generator.document.write('</body></html>');
  generator.document.close();
}


var newwindow;
function poptasticCjenici(url)
{
	newwindow=window.open(url,'name','height=500, width=600,left=100,top=50,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}


var newwindow;
function poptasticSlike(url)
{
	newwindow=window.open(url,'name','height=600,width=740,left=100,top=50,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}


var newwindow;
function poptasticCertifikati(url)
{
	newwindow=window.open(url,'name','height=480, width=550,left=100,top=50,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}




function doShowHide(popUpMenu) {
 if (popUpMenu =="izbornik1")
{
document.getElementById("izbornik1").style.visibility="visible";
}

if (popUpMenu =="izbornik2")
{
document.getElementById("izbornik2").style.visibility="visible";
}

if (popUpMenu =="izbornik3")
{
document.getElementById("izbornik3").style.visibility="visible";
}

if (popUpMenu =="izbornik4")
{
document.getElementById("izbornik4").style.visibility="visible";
}
}

function doHide(popupMenu) 
{
document.getElementById(popupMenu).style.visibility="hidden";
}

function doNotHide(popupMenu) 
{
document.getElementById(popupMenu).style.visibility="visible";
}
