/***********************
 * Javascript Assets   *
 *                     *
 * for RecordsPedia    *
 * (C) RecordsPedia    *
 ***********************/


window.addEvent('domready',function() { 
	//smooooooth scrolling enabled
	new SmoothScroll({ duration:1200 }, window); 
});

function ChgText() {
	// clear searchbox of example instructions
		var MyElement = document.getElementById("searchstr");
		MyElement.value = "";
		return true;
	}

function embed_graph(loc) {
    window.open(loc,"EmbedWindow","width=800,height=550,toolbar=no,location=no,menubar=no,status=no,scrollbars=no,titlebar=no");
}
