
//hreder menu


if (window.screen.width <= 800) {
new ypSlideOutMenu("menu1", "bottom", 173, 93, 180, 260)
}
if (window.screen.width == 1024) {
new ypSlideOutMenu("menu1", "bottom", 185, 125, 140, 260)
}
if (window.screen.width == 1152) {
new ypSlideOutMenu("menu1", "bottom", 250, 125, 148, 260)
}
if (window.screen.width > 1152) {
new ypSlideOutMenu("menu1", "bottom", 315, 125, 150, 260)
}


if (window.screen.width <= 800) {
new ypSlideOutMenu("menu2", "bottom", 173, 120, 180, 260)
}
if (window.screen.width == 1024) {
new ypSlideOutMenu("menu2", "bottom", 185, 153, 200, 260)
}
if (window.screen.width == 1152) {
new ypSlideOutMenu("menu2", "bottom", 250, 154, 180, 230)
}
if (window.screen.width > 1152) {
new ypSlideOutMenu("menu2", "bottom", 315, 153, 180, 230)
}

if (window.screen.width <= 800) {
new ypSlideOutMenu("menu3", "bottom", 173, 147, 180, 260)
}
if (window.screen.width == 1024) {
new ypSlideOutMenu("menu3", "bottom", 185, 180, 140, 260)
}
if (window.screen.width == 1152) {
new ypSlideOutMenu("menu3", "bottom", 250, 180, 150, 200)
}
if (window.screen.width > 1152) {
new ypSlideOutMenu("menu3", "bottom", 315, 180, 180, 200)
}



