function submitform()
{
	document.form_add_email.submit();
}

function pakkesporing()
{
	var pakkenr = document.forms.form_add_email.pakkenr.value;
  	OpenWindow=window.open("http://62.148.47.152/posten/PagesKM/KMSporingInternett.aspx?ShipmentNumber=" + pakkenr ,"_pakkesporing","width=950,height=650,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes");
}

// ----- Show Aux -----


// ----- Show -----

function show()
{
  var p = document.getElementById(this["parent"]);
  var c = document.getElementById(this["child" ]);

  p.style.color = 'FF0000';
  p.style.background = 'FFFFFF';
  
  show_aux(p.id, c.id);

  clearTimeout(c["timeout"]);
}

// ----- Hide -----


function show_picture (picture,pictext,x,y){
	OpenWindow=window.open("", "newwin", "height=" + y + ", width=" + x + ",toolbar=no,scrollbars="+scroll+",menubar=no");
	OpenWindow.document.write("<TITLE>r74.com</TITLE>")
	OpenWindow.document.write("<body MARGINWIDTH='0' MARGINHEIGHT='0' LEFTMARGIN='0' TOPMARGIN='0' bgcolor='#FFFFFF' text='#656565' link='#252525' vlink='#252525' alink='#252525'>")
	OpenWindow.document.write("<a href='javascript:window.close()'><img src='images/" + picture + "' border='0' alt='Close'></a>")
	OpenWindow.document.write("<!--center><font style='font-family:verdana;font-size:11'>Bildenr: "+ pictext +"</font></center-->")
	OpenWindow.document.write("<!--br><center><font style='font-family:verdana;font-size:10'><a href='javascript:window.close()'>Lukk vindu</a></font></center-->")
	OpenWindow.document.write("</BODY>")
	OpenWindow.document.write("</HTML>")

	OpenWindow.document.close();
	self.name="main";
}


function show_info() {
	OpenWindow=window.open("info.html", "show_pictures","height=700, width=500,toolbar=no,scrollbars=no,menubar=no");
	OpenWindow.document.close();
	self.name="main";
}

function pagestart() {
	document.form_add_email.mailadr.focus();
	rotatePicture();
}

var pictureNum = 1;
function rotatePicture() {
	if (++pictureNum > 7) {
		pictureNum = 2;
	}

	//document.form_add_email.mhfotoslide.src = "images/slideshow/" + pictureNum + ".jpg";
	//window.setTimeout("rotatePicture()",5000);
}

