// Ispisivanje komandnog modula

function gornji() {

 html = '<a href="index.html">HOME</a></td><td class="dugmici"><a href="females.html">FEMALES</a></td><td class="dugmici"><a href="males.html">MALES</a></td><td class="dugmici"><a href="for-sale.html">FOR SALE</a></td><td class="dugmici"><a href="puppies.html">PUPPIES</a></td><td class="dugmici"><a href="litters.html">LITTERS</a></td><td class="dugmici"><a href="gallery.html">GALLERY</a></td><td class="dugmici"><a href="links.html">LINKS</a>'
	  document.write(html)
}
function contact() {
	
 html = '<div class="vesti"><font class="naslovVesti">Contact</font><br />Dipl Ing Lazo Carevic<br /> Dragica Vuckovic<br /><br />Vojvode Putnika 63<br />21208 Sremska Kamenica<br />Serbia <br />e-mail:<br /><a href="mailto:bonzistar@gmail.com"><font color="#FFFFCC" size="3">bonzistar@gmail.com</font></a><br /><a href="mailto:bonzistar@ptt.rs"><font color="#FFFFCC" size="3">bonzistar@ptt.rs</font></a><br />Phone:<br />+ 381 21 461-861<br />+ 381 64 186-32-05 <br />Skype: bonzi.star<br><!-- Skype "My status" button http://www.skype.com/go/skypebuttons --><script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script><a href="skype:bonzi.star?call"><img src="http://mystatus.skype.com/smallclassic/bonzi%2Estar" style="border: none;" width="114" height="20" alt="My status" /></a></div><br /><div class="vesti"><font class="naslovVesti">Vote for us</font><br /><a href="http://www.linkhitlist.com/cgi/LHL_E.exe?G2L&LinkNo=868980&ListNo=15608" target="_blank" class="link">Rottweilers Online!</a><br /><a href="http://www.linkhitlist.com/cgi/LHL_E.exe?G2L&LinkNo=911630&ListNo=32170" target="_blank" class="link">World Rottweiler Links!</a><br />'
	  document.write(html)
}
function qFemales() {

 html = '<div class="vesti"><font class="naslovVesti">Quick Links:</font><br /><a href="mona-vom-bonzi-star.html" class="dugmici">Mona Vom Bonzi Star</a><br /><a href="bona-od-dragicevica.html" class="dugmici">Bona od Dragicevica Bonzi</a><br><a href="http://www.working-dog.eu/dogs-details/522366/Anna%20vom%20Bonzi%20Star/" target="_blank" class="dugmici">Anna Vom Bonzi Star</a><br><a href="http://www.working-dog.eu/dogs-details/522367/Bona%20vom%20Bonzi%20Star/" target="_blank"class="dugmici">Bona Vom Bonzi Star</a><br></div><br />'
	  document.write(html)
}
function qMales() {

 html = '<div class="vesti"><font class="naslovVesti">Quick Links:</font><br /><a  href="rugy-vom-bonzi-star.html" class="dugmici">Rugy Vom Bonzi Star</a><br><a href="http://www.working-dog.eu/dogs-details/426403/Engel%20vom%20Bonzi%20Star/" target="_blank" class="dugmici">Engel Vom Bonzi Star</a><br><a href="http://www.working-dog.eu/dogs-details/522365/Bambi%20vom%20Bonzi%20Star/" target="_blank" class="dugmici">Bambi Vom Bonzi Star</a><br><a href="http://www.working-dog.eu/dogs-details/394545/Anton%20vom%20Bonzi%20Star/" target="_blank" class="dugmici">Anton Vom Bonzi Star</a><br><a href="http://www.working-dog.eu/dogs-details/522361/Zamp%20vom%20Bonzi%20Star/" target="_blank"class="dugmici">Zamp Vom Bonzi Star</a><br></div><br />'
	  document.write(html)
}

function news1() {

 html = '<div class="vesti" aling="center"><font class="naslovVesti"><img src="images/red_oval_2.gif" border=0/></font><br /><a href="news.html">NEW SHOW RESULTS<br>Indio vom Bonzi Star<br>Bambi vom Bonzi Star<br>Eboni vom Bonzi Star<br>Anton vom Bonzi Star<br>Soko vom Bonzi Star<br>Zamp vom Bonzi Star<br><br />CLICK HERE FOR MORE...</a><br /></div><br />'
	  document.write(html)
}
function mLeglo() {

 html = 'Bona od Dragicevica<br />&amp;<br />Akino von Lauterbrucke'
	  document.write(html)
}
function nLeglo() {

 html = 'Bona od Dragicevica<br />&amp;<br />Gismo von Bleichstrasse'
	  document.write(html)
}
function pLeglo() {

 html = 'Bona Rot Star<br />&amp;<br />Tano Vom Bonzi Star'
	  document.write(html)
}
function tLeglo() {

 html = 'Bona od Dragicevica<br />&amp;<br />Condor von Frankentanne'
	  document.write(html)
}

function aLeglo() {

 html = 'Tara Vom Bonzi Star<br />&amp;<br />Fanto vom Kummelsee'
	  document.write(html)
}

function kLeglo() {

 html = 'Blanka od Dragicevica<br />&amp;<br />Dollo vom Haus Nagy'
	  document.write(html)
}
function jLeglo() {

 html = 'Alba Vom Bonzi Star<br />&amp;<br />Cliff Von Konigskanzel'
	  document.write(html)
}
function iLeglo() {

 html = 'Mona Vom Bonzi Star<br />&amp;<br />Filou Vom Rauberweg'
	  document.write(html)
}
function sDeLeglo() {

 html = 'Konny Vom Elbschlösschen <br />&amp;<br />Mambo v.d. Crossener Ranch'
	  document.write(html)
}
function LLeglo() {

 html = 'Tora Vom Bonzi Star<br />&amp;<br />Musa Vom Bonzi Star'
	  document.write(html)
}
function rLeglo() {

 html = 'Tora Vom Bonzi Star<br />&amp;<br />Rex v. d. Bleichstrasse'
	  document.write(html)
}
// Otvaranje novog prozora

function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

// Ispisivanje futera

function kontakt() {

 html = '<table border=0 cellspacing=0 cellpadding=10 width="100%">'+
	  '<tr><td align=center valign=top>'+
	  '<font class="futer">&copy; Von Bonzi Star<br>Web design & Production: '+
	  '<a href="mailto:gorlin@nscable.net"><font color=black>gorlin</font></a>. '+
	  'Optimised for MS IE i NN 4+.<br>URL: '+
	  '<script language="javascript">document.write (document.location)'+
	  '</script><br>Last update: <script language="javascript">'+
	  'document.write (document.lastModified)'+
	  '</script></font></td></tr></table>'

	  document.write(html)
}

// Obavesti prijatelja o ovoj strani

var good;
function checkEmailAddress(field) {
// the following expression must be all on one line...
var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\..{2,2}))$)\b/gi);
if (goodEmail) {
good = true;
}
else {
alert('Please, insert correct e-mail address.');
field.focus();
field.select();
good = false;
   }
}
u = window.location;
m = "You should see this web-page...";
function mailThisUrl() {
good = false
checkEmailAddress(document.eMailer.address);
if (good) {
// the following expression must be all on one line...
window.location = "mailto:"+document.eMailer.address.value+"?subject="+m+"&body="+document.title+" "+u;
   }
}


function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}


// Vesti - Scroll

//slider's width
var swidth=180

//slider's height
var sheight=90

//slider's speed
var sspeed=2

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array()

singletext[0]='<div align="center"><font face=arial size=2><b>New puppies in kennel</b><br><br><font color="#CC3333"><b>Mona Vom Bonzi Star<br>&amp; <br>Filou Vom R&auml;uberweg</b><br><font color="#000000">* * * *</font><br><b>Tora Vom Bonzi Star<br>&amp; <br>Musa Vom Bonzi Star</b><br><br></font></font></div></font>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}