function topframe() { if (top.frames.length > 0) top.location.href=self.location }
function change_root(bnr, dnr, typ) { 
	if (document.images) { 
		dnr = '../themes/best_for_ladies_rosy/images/' + dnr + '.' + typ; 
		document.images[bnr].src = dnr; 
	} 
}
function change_slave(bnr, dnr, typ) { 
	if (document.images) { 
		dnr = '../images/' + dnr + '.' + typ; 
		document.images[bnr].src = dnr; 
	} 
}
function change_slave_1(bnr, dnr, typ) { 
	if (document.images) { 
		dnr = '../../images/' + dnr + '.' + typ; 
		document.images[bnr].src = dnr; 
	} 
}
function change_pic_by_name(name, image) {
	path = '../themes/best_for_ladies_rosy/images' ;
	if (document.images) {
		img = path + '/' + image ;
		document[name].src = img;
	}
}

