// everything-ladybug.com Form scripts
function frmGo() {
	document.getElementById("lbform").setAttribute("action","http://www.midvalley-pm.com/cgi-bin/lbmlr-cake.cgi");
	}
function frmGo2() {
	document.getElementById("lbform").setAttribute("action","http://www.midvalley-pm.com/cgi-bin/lbmlr-clip.cgi");
	}
function frmGo3() {
	document.getElementById("lbform").setAttribute("action","http://www.midvalley-pm.com/cgi-bin/lbmlr-color.cgi");
	}
function frmGo4() {
	document.getElementById("lbform").setAttribute("action","http://www.midvalley-pm.com/cgi-bin/lbmlr-craft.cgi");
	}
function frmGo5() {
	document.getElementById("lbform").setAttribute("action","http://www.midvalley-pm.com/cgi-bin/lbmlr-photo.cgi");
	}
function frmGo6() {
	document.getElementById("lbform_list").setAttribute("action","http://www.midvalley-pm.com/cgi-bin/lbmlr-list.cgi");
	}
function frmGo7() {
	document.getElementById("lbform").setAttribute("action","http://www.midvalley-pm.com/cgi-bin/lbmlr-contact.cgi");
	}
function frmNp() {
	document.getElementById("lbform").setAttribute("action","http://www.everything-ladybug.com/");
	}
function frmNp2() {
	document.getElementById("lbform_list").setAttribute("action","http://www.everything-ladybug.com/");
	}
/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}