function show(path)
{

    if (obj = document.getElementById('girls_main')) {
        obj.src = path;
 		}
}
