/*
========================================
 Cross Frame Popup Menus v1.0 (modified to allow working inside an iframe)
 Add-on for SmartMenus v6.0+
========================================
 (c)2007 ET VADIKOM-VASIL DINKOV
========================================
*/


// ===
function c_show(m,e,x,y){var f=parent;if(!f||typeof f.c_show=="undefined")return;var u=f.c_gO(m);if(!u||u.IN!=2)return;f.c_show(m,e,x,y)};function c_hide(){var f=parent;if(!f||typeof f.c_hide=="undefined")return;f.c_hide()}