
var up = 1;
var mscreen1;
var platno1;


function initDobrote()
{
	inverseHandle(document.getElementById(bizuterija));
	mscreen1 = new fx.Height('platno1', {duration: 100});
	platno1 = new fx.Opacity('platno-b', {duration: 400});
	mscreen1.hide();
	platno1.hide();

}


// record ID, switch, target ID
/*function wAjax(id, func, target)
{
	var postParam = "wpID="+id;
	new ajax ('wallpaper.php?F='+func, {
	postBody: postParam, 
	update: $(target)});
}*/


var oldhandler = window.onload;
window.onload = (typeof oldhandler == "function")
    ? function() { oldhandler(); initDobrote(); } : initDobrote;
