//Unique popup cooke name... 
//nacalo obiazatelino bukva.
Cookie_unique = 'Cookie_ID_3692281';

image_width = 300;
image_height= 300;

// Path = "sc/";
Path = "Popup/";

// close_points = '10, 10, 10, 10, 10, 10, 10, 10';
// click_points = '10, 10, 10, 10, 10, 10, 10, 10';
close_points = '300, -50, 300, -50, 300, -50, 300, -50';
click_points = '27, 257, 27, 23, 259, 23, 259, 257';


// Auto Hide

// need_hide = '<script>timeHided(5000)</script>'
// need_hide = ''
need_hide = '<script>timeHided(5000)</script>';


// Where to open window

// target = "_self";                           // Same window
// target = "_blank";                          // New window
target = "_self";


// Action for Click

//action = "href='URL'";                       // open URL case
//action = "href='#1' onClick='a_g_c();'";     // close popup case
action = "HREF='#1' onClick='close_up();'";


// How many times to open

//openhow = "<script>timeHide()</script>";      // Open popup once per sesssion
//openhow = "";                                 // Open popup every time - leave empty
openhow="";


// Popup position

//position = "width:100%;  top:50%;";            // Center case
//position = "left: Xpx;  top: Ypx;";            // Manual case
position = "left: 350px;  top: 20px;";
